Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Try to remove legacy crazy. If this breaks any pages pleas…
…e let me know.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10991

git-svn-id: http://svn.whatwg.org/webapps@5613 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2010
1 parent a96c088 commit da1d912
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
10 changes: 2 additions & 8 deletions complete.html
Expand Up @@ -43496,8 +43496,8 @@ <h4 id=the-select-element><span class=secno>4.10.9 </span>The <dfn><code>select<

readonly attribute <a href=#htmloptionscollection>HTMLOptionsCollection</a> <a href=#dom-select-options title=dom-select-options>options</a>;
attribute unsigned long <a href=#dom-select-length title=dom-select-length>length</a>;
caller getter any <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
caller getter any <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
getter any <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
any <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmlelement>HTMLElement</a> element, in optional <a href=#htmlelement>HTMLElement</a> before);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmlelement>HTMLElement</a> element, in long before);
void <a href=#dom-select-remove title=dom-select-remove>remove</a>(in long index);
Expand Down Expand Up @@ -43710,15 +43710,12 @@ <h4 id=the-select-element><span class=secno>4.10.9 </span>The <dfn><code>select<

<dt><var title="">element</var> = <var title="">select</var> . <code title=dom-select-item><a href=#dom-select-item>item</a></code>(<var title="">index</var>)</dt>
<dt><var title="">select</var>[<var title="">index</var>]</dt>
<dt><var title="">select</var>(<var title="">index</var>)</dt>
<dd>
<p>Returns the item with index <var title="">index</var> from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>. The items are sorted in <a href=#tree-order>tree order</a>.</p>
<p>Returns null if <var title="">index</var> is out of range.</p>
</dd>

<dt><var title="">element</var> = <var title="">select</var> . <code title=dom-select-item><a href=#dom-select-item>namedItem</a></code>(<var title="">name</var>)</dt>
<dt><var title="">select</var>[<var title="">name</var>]</dt>
<dt><var title="">select</var>(<var title="">name</var>)</dt>
<dd>
<p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or <code title=attr-option-name><a href=#attr-option-name>name</a></code> <var title="">name</var> from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
<p>If there are multiple matching items, then a <code><a href=#nodelist>NodeList</a></code> object containing all those elements is returned.</p>
Expand Down Expand Up @@ -43792,9 +43789,6 @@ <h4 id=the-select-element><span class=secno>4.10.9 </span>The <dfn><code>select<
<span>indices of the supported indexed properties</span> at any
instant are the indices supported by the object returned by the
<code title=dom-select-options><a href=#dom-select-options>options</a></code> attribute at that
instant. The <span>names of the supported named properties</span> at
any instant are the names supported by the object returned by the
<code title=dom-select-options><a href=#dom-select-options>options</a></code> attribute at that
instant.</p>

<p>The <dfn id=dom-select-length title=dom-select-length><code>length</code></dfn> IDL
Expand Down
10 changes: 2 additions & 8 deletions index
Expand Up @@ -43476,8 +43476,8 @@ You cannot submit this form when the field is incorrect.</samp></pre>

readonly attribute <a href=#htmloptionscollection>HTMLOptionsCollection</a> <a href=#dom-select-options title=dom-select-options>options</a>;
attribute unsigned long <a href=#dom-select-length title=dom-select-length>length</a>;
caller getter any <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
caller getter any <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
getter any <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
any <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmlelement>HTMLElement</a> element, in optional <a href=#htmlelement>HTMLElement</a> before);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmlelement>HTMLElement</a> element, in long before);
void <a href=#dom-select-remove title=dom-select-remove>remove</a>(in long index);
Expand Down Expand Up @@ -43690,15 +43690,12 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<dt><var title="">element</var> = <var title="">select</var> . <code title=dom-select-item><a href=#dom-select-item>item</a></code>(<var title="">index</var>)</dt>
<dt><var title="">select</var>[<var title="">index</var>]</dt>
<dt><var title="">select</var>(<var title="">index</var>)</dt>
<dd>
<p>Returns the item with index <var title="">index</var> from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>. The items are sorted in <a href=#tree-order>tree order</a>.</p>
<p>Returns null if <var title="">index</var> is out of range.</p>
</dd>

<dt><var title="">element</var> = <var title="">select</var> . <code title=dom-select-item><a href=#dom-select-item>namedItem</a></code>(<var title="">name</var>)</dt>
<dt><var title="">select</var>[<var title="">name</var>]</dt>
<dt><var title="">select</var>(<var title="">name</var>)</dt>
<dd>
<p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or <code title=attr-option-name><a href=#attr-option-name>name</a></code> <var title="">name</var> from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
<p>If there are multiple matching items, then a <code><a href=#nodelist>NodeList</a></code> object containing all those elements is returned.</p>
Expand Down Expand Up @@ -43772,9 +43769,6 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<span>indices of the supported indexed properties</span> at any
instant are the indices supported by the object returned by the
<code title=dom-select-options><a href=#dom-select-options>options</a></code> attribute at that
instant. The <span>names of the supported named properties</span> at
any instant are the names supported by the object returned by the
<code title=dom-select-options><a href=#dom-select-options>options</a></code> attribute at that
instant.</p>

<p>The <dfn id=dom-select-length title=dom-select-length><code>length</code></dfn> IDL
Expand Down
10 changes: 2 additions & 8 deletions source
Expand Up @@ -48631,8 +48631,8 @@ You cannot submit this form when the field is incorrect.</samp></pre>

readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
attribute unsigned long <span title="dom-select-length">length</span>;
caller getter any <span title="dom-select-item">item</span>(in unsigned long index);
caller getter any <span title="dom-select-namedItem">namedItem</span>(in DOMString name);
getter any <span title="dom-select-item">item</span>(in unsigned long index);
any <span title="dom-select-namedItem">namedItem</span>(in DOMString name);
void <span title="dom-select-add">add</span>(in <span>HTMLElement</span> element, in optional <span>HTMLElement</span> before);
void <span title="dom-select-add">add</span>(in <span>HTMLElement</span> element, in long before);
void <span title="dom-select-remove">remove</span>(in long index);
Expand Down Expand Up @@ -48892,15 +48892,12 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item">item</code>(<var title="">index</var>)</dt>
<dt><var title="">select</var>[<var title="">index</var>]</dt>
<dt><var title="">select</var>(<var title="">index</var>)</dt>
<dd>
<p>Returns the item with index <var title="">index</var> from the <span title="concept-select-option-list">list of options</span>. The items are sorted in <span>tree order</span>.</p>
<p>Returns null if <var title="">index</var> is out of range.</p>
</dd>

<dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item">namedItem</code>(<var title="">name</var>)</dt>
<dt><var title="">select</var>[<var title="">name</var>]</dt>
<dt><var title="">select</var>(<var title="">name</var>)</dt>
<dd>
<p>Returns the item with <span title="concept-id">ID</span> or <code title="attr-option-name">name</code> <var title="">name</var> from the <span title="concept-select-option-list">list of options</span>.</p>
<p>If there are multiple matching items, then a <code>NodeList</code> object containing all those elements is returned.</p>
Expand Down Expand Up @@ -48982,9 +48979,6 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<span>indices of the supported indexed properties</span> at any
instant are the indices supported by the object returned by the
<code title="dom-select-options">options</code> attribute at that
instant. The <span>names of the supported named properties</span> at
any instant are the names supported by the object returned by the
<code title="dom-select-options">options</code> attribute at that
instant.</p>

<p>The <dfn title="dom-select-length"><code>length</code></dfn> IDL
Expand Down

0 comments on commit da1d912

Please sign in to comment.