Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove shard attribute #235

Merged
merged 3 commits into from
Feb 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2061,10 +2061,7 @@ <h5>The <code>&lt;<dfn id="the-input-element">input</dfn>&gt;</code> element</h5
<dd><code>name</code> — The token to be used as a variable name in form serialization.</dd>
<dd><code>value</code> — The current or default value of the name/value pair represented by the <code>input</code>.</dd>
<dd>
<code>shard</code> — A boolean attribute indicating associated <a href="#the-datalist-element"><code>datalist</code></a> values be used to shard map tile requests across subdomains (the values).
</dd>
<dd>
<code>list</code> — The id of an associated <a href="#the-datalist-element"><code>datalist</code></a> element to supply values for the input. Useful only with <code>shard</code> at this time.
<code>list</code> — The id of an associated <a href="#the-datalist-element"><code>datalist</code></a> element to supply values for the input.
</dd>
<dd><code>min</code> — The minimum value for the extent parameter acceptable by the server.</dd>
<dd><code>max</code> — The maximum value for the extent parameter acceptable by the server.</dd>
Expand Down Expand Up @@ -2131,7 +2128,6 @@ <h5>The <code>&lt;<dfn id="the-input-element">input</dfn>&gt;</code> element</h5

attribute DOMString type;
attribute DOMString name;
attribute boolean shard;
readonly attribute HTMLElement? list;
attribute DOMString min;
attribute DOMString max;
Expand Down