[html5] r4461 - [e] (0) Webkit removed support, so only Opera and IE are left now.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 4 16:31:50 PST 2010
Author: ianh
Date: 2010-01-04 16:31:45 -0800 (Mon, 04 Jan 2010)
New Revision: 4461
Modified:
complete.html
index
source
Log:
[e] (0) Webkit removed support, so only Opera and IE are left now.
Modified: complete.html
===================================================================
--- complete.html 2010-01-05 00:27:05 UTC (rev 4460)
+++ complete.html 2010-01-05 00:31:45 UTC (rev 4461)
@@ -5535,11 +5535,7 @@
<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>
@@ -5568,12 +5564,6 @@
<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
@@ -5613,17 +5603,7 @@
</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>
Modified: index
===================================================================
--- index 2010-01-05 00:27:05 UTC (rev 4460)
+++ index 2010-01-05 00:31:45 UTC (rev 4461)
@@ -5370,11 +5370,7 @@
<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>
@@ -5403,12 +5399,6 @@
<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
@@ -5448,17 +5438,7 @@
</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>
Modified: source
===================================================================
--- source 2010-01-05 00:27:05 UTC (rev 4460)
+++ source 2010-01-05 00:31:45 UTC (rev 4461)
@@ -5057,11 +5057,7 @@
<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">
@@ -5093,12 +5089,6 @@
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">
@@ -5151,17 +5141,7 @@
<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>
More information about the Commit-Watchers
mailing list