- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 00:49:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24157 Modified Files: Overview.html Log Message: Make HTMLCollection.namedItem() apply to non-HTML nodes. (bug 6036) (whatwg r2618) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1787 retrieving revision 1.1788 diff -u -d -r1.1787 -r1.1788 --- Overview.html 30 Dec 2008 00:39:40 -0000 1.1787 +++ Overview.html 30 Dec 2008 00:49:37 -0000 1.1788 @@ -4470,10 +4470,7 @@ <code><a href=#the-area-element>area</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#the-img-element>img</a></code>, or <code><a href=#the-object-element>object</a></code> element with a <code title="">name</code> attribute equal to <var title="">key</var>, or,</li> - <li>It is an <a href=#html-elements title="HTML elements">HTML element</a> of any - kind with an <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute equal to - <var title="">key</var>. (Non-HTML elements, even if they have IDs, - are not searched for the purposes of <code title=dom-HTMLCollection-namedItem><a href=#dom-htmlcollection-nameditem>namedItem()</a></code>.)</li> + <li>It is an element with an ID <var title="">key</var>.</li> </ul><p>If no such elements are found, then the method must return null.<h5 id=htmlformcontrolscollection><span class=secno>2.8.2.2 </span>HTMLFormControlsCollection</h5><p>The <code><a href=#htmlformcontrolscollection-0>HTMLFormControlsCollection</a></code> interface represents
Received on Tuesday, 30 December 2008 00:49:55 UTC