html5/spec Overview.html,1.3560,1.3561

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19314

Modified Files:
	Overview.html 
Log Message:
Webkit removed support, so only Opera and IE are left now. (whatwg r4461)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3560
retrieving revision 1.3561
diff -u -d -r1.3560 -r1.3561
--- Overview.html	5 Jan 2010 00:27:13 -0000	1.3560
+++ Overview.html	5 Jan 2010 00:31:55 -0000	1.3561
@@ -4912,11 +4912,7 @@
   <a href="#collections" title="collections">collection</a> of elements.<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>
    <dd>
     <p>Returns the number of elements in the collection.</p>
@@ -4943,12 +4939,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
@@ -4988,17 +4978,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><h5 id="htmlallcollection-0"><span class="secno">2.7.2.2 </span>HTMLAllCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#htmlallcollection">HTMLAllCollection</a></code> interface represents a generic
   <a href="#collections" title="collections">collection</a> of elements just like
   <code><a href="#htmlcollection">HTMLCollection</a></code>, with the exception that its <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem()</a></code> method

Received on Tuesday, 5 January 2010 00:32:00 UTC