[html5] r8249 - [giow] (3) HTMLFormElement[name] can return several kinds of elements. Fixing ht [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 31 15:25:22 PDT 2013


Author: ianh
Date: 2013-10-31 15:25:17 -0700 (Thu, 31 Oct 2013)
New Revision: 8249

Modified:
   complete.html
   index
   source
Log:
[giow] (3) HTMLFormElement[name] can return several kinds of elements.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23065
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-10-30 23:33:58 UTC (rev 8248)
+++ complete.html	2013-10-31 22:25:17 UTC (rev 8249)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 30 October 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 31 October 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -37497,7 +37497,7 @@
   readonly attribute <a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a> <a href=#dom-form-elements title=dom-form-elements>elements</a>;
   readonly attribute long <a href=#dom-form-length title=dom-form-length>length</a>;
   <a href=#dom-form-item title=dom-form-item>getter</a> <a href=#element>Element</a> (unsigned long index);
-  <a href=#dom-form-nameditem title=dom-form-namedItem>getter</a> (<a href=#radionodelist>RadioNodeList</a> or <a href=#htmlinputelement>HTMLInputElement</a> or <a href=#htmlimageelement>HTMLImageElement</a>) (DOMString name);
+  <a href=#dom-form-nameditem title=dom-form-namedItem>getter</a> (<a href=#radionodelist>RadioNodeList</a> or <a href=#element>Element</a>) (DOMString name);
 
   void <a href=#dom-form-submit title=dom-form-submit>submit</a>();
   void <a href=#dom-form-reset title=dom-form-reset>reset</a>();

Modified: index
===================================================================
--- index	2013-10-30 23:33:58 UTC (rev 8248)
+++ index	2013-10-31 22:25:17 UTC (rev 8249)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 30 October 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 31 October 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -37497,7 +37497,7 @@
   readonly attribute <a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a> <a href=#dom-form-elements title=dom-form-elements>elements</a>;
   readonly attribute long <a href=#dom-form-length title=dom-form-length>length</a>;
   <a href=#dom-form-item title=dom-form-item>getter</a> <a href=#element>Element</a> (unsigned long index);
-  <a href=#dom-form-nameditem title=dom-form-namedItem>getter</a> (<a href=#radionodelist>RadioNodeList</a> or <a href=#htmlinputelement>HTMLInputElement</a> or <a href=#htmlimageelement>HTMLImageElement</a>) (DOMString name);
+  <a href=#dom-form-nameditem title=dom-form-namedItem>getter</a> (<a href=#radionodelist>RadioNodeList</a> or <a href=#element>Element</a>) (DOMString name);
 
   void <a href=#dom-form-submit title=dom-form-submit>submit</a>();
   void <a href=#dom-form-reset title=dom-form-reset>reset</a>();

Modified: source
===================================================================
--- source	2013-10-30 23:33:58 UTC (rev 8248)
+++ source	2013-10-31 22:25:17 UTC (rev 8249)
@@ -40825,7 +40825,7 @@
   readonly attribute <span>HTMLFormControlsCollection</span> <span data-x="dom-form-elements">elements</span>;
   readonly attribute long <span data-x="dom-form-length">length</span>;
   <span data-x="dom-form-item">getter</span> <span>Element</span> (unsigned long index);
-  <span data-x="dom-form-namedItem">getter</span> (<span>RadioNodeList</span> or <span>HTMLInputElement</span> or <span>HTMLImageElement</span>) (DOMString name);
+  <span data-x="dom-form-namedItem">getter</span> (<span>RadioNodeList</span> or <span>Element</span>) (DOMString name);
 
   void <span data-x="dom-form-submit">submit</span>();
   void <span data-x="dom-form-reset">reset</span>();




More information about the Commit-Watchers mailing list