- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Aug 2010 03:11:26 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: contradiction (whatwg r5397) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4308&r2=1.4309&f=h http://html5.org/tools/web-apps-tracker?from=5396&to=5397 =================================================================== 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:44 UTC