- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Aug 2010 18:05:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25779
Modified Files:
Overview.html
Log Message:
contradiction (whatwg r5397)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4308
retrieving revision 1.4309
diff -u -d -r1.4308 -r1.4309
--- Overview.html 30 Aug 2010 18:02:48 -0000 1.4308
+++ Overview.html 30 Aug 2010 18:05:01 -0000 1.4309
@@ -5984,7 +5984,7 @@
</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
- returns an <code><a href="#htmlcollection">HTMLCollection</a></code> object when there are
+ returns an <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object when there are
multiple matching elements.<pre class="idl">interface <dfn id="htmlallcollection">HTMLAllCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
// inherits <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a> and <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>()
caller getter object <a href="#dom-htmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem()
Received on Monday, 30 August 2010 18:05:07 UTC