- From: poot <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 09:52:32 +0900 (JST)
- To: public-html-diffs@w3.org
Make HTMLCollection.namedItem() apply to non-HTML nodes. (bug 6036)
(whatwg r2618)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6036
2.8.2.2 HTMLFormControlsCollection
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1788.html#htmlformcontrolscollection
namedItem(key)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1788.html#dom-htmlcollection-nameditem
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1787&r2=1.1788&f=h
http://html5.org/tools/web-apps-tracker?from=2617&to=2618
===================================================================
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:53:07 UTC