Skip to content

Commit

Permalink
[e] (0) Webkit removed support, so only Opera and IE are left now.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4461 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent 4623aa0 commit b390535
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 66 deletions.
24 changes: 2 additions & 22 deletions complete.html
Expand Up @@ -5535,11 +5535,7 @@ <h5 id=htmlcollection-0><span class=secno>2.7.2.1 </span>HTMLCollection</h5>
<pre class=idl>interface <dfn id=htmlcollection>HTMLCollection</dfn> {
readonly attribute unsigned long <a href=#dom-htmlcollection-length title=dom-HTMLCollection-length>length</a>;
caller getter object <a href=#dom-htmlcollection-item title=dom-HTMLCollection-item>item</a>(in unsigned long index); // only returns Element
caller getter object <a href=#dom-htmlcollection-nameditem title=dom-HTMLCollection-namedItem>namedItem</a>(in DOMString name); // only returns Element<!--
(removed on the assuption that browsers will remove support:)
https://bugs.webkit.org/show_bug.cgi?id=30695
https://bugs.opera.com/browse/CORE-25171
<span>HTMLAllCollection</span> <span title="dom-HTMLCollection-tags">tags</span>(in DOMString tagName);-->
caller getter object <a href=#dom-htmlcollection-nameditem title=dom-HTMLCollection-namedItem>namedItem</a>(in DOMString name); // only returns Element
};</pre>

<dl class=domintro><dt><var title="">collection</var> . <code title=dom-HTMLCollection-length><a href=#dom-htmlcollection-length>length</a></code></dt>
Expand Down Expand Up @@ -5568,12 +5564,6 @@ <h5 id=htmlcollection-0><span class=secno>2.7.2.1 </span>HTMLCollection</h5>
<code><a href=#the-object-element>object</a></code> elements can have a name for the purpose of
this method; their name is given by the value of their <code title="">name</code> attribute.</p>
</dd>
<!--(see IDL)
<dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-tags">tags</code>(<var title="">tagName</var>)</dt>
<dd>
<p>Returns a collection that is a filtered view of the current collection, containing only elements with the given tag name.</p>
</dd>
-->
</dl><div class=impl>

<p>The object's <span>indices of the supported indexed
Expand Down Expand Up @@ -5613,17 +5603,7 @@ <h5 id=htmlcollection-0><span class=secno>2.7.2.1 </span>HTMLCollection</h5>

</ul><p>If no such elements are found, then the method must return
null.</p>
<!--(see IDL)
<p>The <dfn title="dom-HTMLCollection-tags"><code>tags(<var
title="">tagName</var>)</code></dfn> method must return an
<code>HTMLAllCollection</code> rooted at the same node as the
<code>HTMLCollection</code> object on which the method was invoked,
whose filter matches only <span>HTML elements</span> whose local
name is the <var title="">tagName</var> argument and that already
match the filter of the <code>HTMLCollection</code> object on which
the method was invoked. In <span>HTML documents</span>, the argument
must first be <span>converted to ASCII lowercase</span>.</p>
-->

</div>


Expand Down
24 changes: 2 additions & 22 deletions index
Expand Up @@ -5370,11 +5370,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<pre class=idl>interface <dfn id=htmlcollection>HTMLCollection</dfn> {
readonly attribute unsigned long <a href=#dom-htmlcollection-length title=dom-HTMLCollection-length>length</a>;
caller getter object <a href=#dom-htmlcollection-item title=dom-HTMLCollection-item>item</a>(in unsigned long index); // only returns Element
caller getter object <a href=#dom-htmlcollection-nameditem title=dom-HTMLCollection-namedItem>namedItem</a>(in DOMString name); // only returns Element<!--
(removed on the assuption that browsers will remove support:)
https://bugs.webkit.org/show_bug.cgi?id=30695
https://bugs.opera.com/browse/CORE-25171
<span>HTMLAllCollection</span> <span title="dom-HTMLCollection-tags">tags</span>(in DOMString tagName);-->
caller getter object <a href=#dom-htmlcollection-nameditem title=dom-HTMLCollection-namedItem>namedItem</a>(in DOMString name); // only returns Element
};</pre>

<dl class=domintro><dt><var title="">collection</var> . <code title=dom-HTMLCollection-length><a href=#dom-htmlcollection-length>length</a></code></dt>
Expand Down Expand Up @@ -5403,12 +5399,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<code><a href=#the-object-element>object</a></code> elements can have a name for the purpose of
this method; their name is given by the value of their <code title="">name</code> attribute.</p>
</dd>
<!--(see IDL)
<dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-tags">tags</code>(<var title="">tagName</var>)</dt>
<dd>
<p>Returns a collection that is a filtered view of the current collection, containing only elements with the given tag name.</p>
</dd>
-->
</dl><div class=impl>

<p>The object's <span>indices of the supported indexed
Expand Down Expand Up @@ -5448,17 +5438,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

</ul><p>If no such elements are found, then the method must return
null.</p>
<!--(see IDL)
<p>The <dfn title="dom-HTMLCollection-tags"><code>tags(<var
title="">tagName</var>)</code></dfn> method must return an
<code>HTMLAllCollection</code> rooted at the same node as the
<code>HTMLCollection</code> object on which the method was invoked,
whose filter matches only <span>HTML elements</span> whose local
name is the <var title="">tagName</var> argument and that already
match the filter of the <code>HTMLCollection</code> object on which
the method was invoked. In <span>HTML documents</span>, the argument
must first be <span>converted to ASCII lowercase</span>.</p>
-->

</div>


Expand Down
24 changes: 2 additions & 22 deletions source
Expand Up @@ -5057,11 +5057,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<pre class="idl">interface <dfn>HTMLCollection</dfn> {
readonly attribute unsigned long <span title="dom-HTMLCollection-length">length</span>;
caller getter object <span title="dom-HTMLCollection-item">item</span>(in unsigned long index); // only returns Element
caller getter object <span title="dom-HTMLCollection-namedItem">namedItem</span>(in DOMString name); // only returns Element<!--
(removed on the assuption that browsers will remove support:)
https://bugs.webkit.org/show_bug.cgi?id=30695
https://bugs.opera.com/browse/CORE-25171
<span>HTMLAllCollection</span> <span title="dom-HTMLCollection-tags">tags</span>(in DOMString tagName);-->
caller getter object <span title="dom-HTMLCollection-namedItem">namedItem</span>(in DOMString name); // only returns Element
};</pre>

<dl class="domintro">
Expand Down Expand Up @@ -5093,12 +5089,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
this method; their name is given by the value of their <code
title="">name</code> attribute.</p>
</dd>
<!--(see IDL)
<dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-tags">tags</code>(<var title="">tagName</var>)</dt>
<dd>
<p>Returns a collection that is a filtered view of the current collection, containing only elements with the given tag name.</p>
</dd>
-->
</dl>

<div class="impl">
Expand Down Expand Up @@ -5151,17 +5141,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<p>If no such elements are found, then the method must return
null.</p>
<!--(see IDL)
<p>The <dfn title="dom-HTMLCollection-tags"><code>tags(<var
title="">tagName</var>)</code></dfn> method must return an
<code>HTMLAllCollection</code> rooted at the same node as the
<code>HTMLCollection</code> object on which the method was invoked,
whose filter matches only <span>HTML elements</span> whose local
name is the <var title="">tagName</var> argument and that already
match the filter of the <code>HTMLCollection</code> object on which
the method was invoked. In <span>HTML documents</span>, the argument
must first be <span>converted to ASCII lowercase</span>.</p>
-->

</div>


Expand Down

0 comments on commit b390535

Please sign in to comment.