[html5] r8757 - [e] (0) Correct the note around the <form> API to mention the right interface Fi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 9 16:37:23 PDT 2014
Author: ianh
Date: 2014-09-09 16:37:19 -0700 (Tue, 09 Sep 2014)
New Revision: 8757
Modified:
complete.html
index
source
Log:
[e] (0) Correct the note around the <form> API to mention the right interface
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26523
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2014-09-09 20:22:19 UTC (rev 8756)
+++ complete.html 2014-09-09 23:37:19 UTC (rev 8757)
@@ -31125,7 +31125,7 @@
<dl class=domintro><dt><var>form</var> . <code id=the-form-element:dom-form-elements-2><a href=#dom-form-elements>elements</a></code><dd>
- <p>Returns an <code id=the-form-element:htmlcollection><a href=#htmlcollection>HTMLCollection</a></code> of the form controls in the form (excluding image
+ <p>Returns an <code id=the-form-element:htmlformcontrolscollection-2-2><a href=#htmlformcontrolscollection-2>HTMLFormControlsCollection</a></code> of the form controls in the form (excluding image
buttons for historical reasons).</p>
<dt><var>form</var> . <code id=the-form-element:dom-form-length-2><a href=#dom-form-length>length</a></code><dd>
@@ -31198,7 +31198,7 @@
<hr>
<p>The <dfn id=dom-form-elements><code>elements</code></dfn> IDL attribute must return an
- <code id=the-form-element:htmlformcontrolscollection-2-2><a href=#htmlformcontrolscollection-2>HTMLFormControlsCollection</a></code> rooted at the <code id=the-form-element:the-form-element-6><a href=#the-form-element>form</a></code> element's <a href=#home-subtree id=the-form-element:home-subtree>home
+ <code id=the-form-element:htmlformcontrolscollection-2-3><a href=#htmlformcontrolscollection-2>HTMLFormControlsCollection</a></code> rooted at the <code id=the-form-element:the-form-element-6><a href=#the-form-element>form</a></code> element's <a href=#home-subtree id=the-form-element:home-subtree>home
subtree</a>'s <a href=#root-element id=the-form-element:root-element>root element</a>, whose filter matches <a href=#category-listed id=the-form-element:category-listed>listed elements</a> whose <a href=#form-owner id=the-form-element:form-owner>form owner</a> is the
<code id=the-form-element:the-form-element-7><a href=#the-form-element>form</a></code> element, with the exception of <code id=the-form-element:the-input-element><a href=#the-input-element>input</a></code> elements whose <code id=the-form-element:attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#image-button-state-(type=image)" id="the-form-element:image-button-state-(type=image)">Image Button</a> state, which must, for historical reasons, be
excluded from this particular collection.</p>
Modified: index
===================================================================
--- index 2014-09-09 20:22:19 UTC (rev 8756)
+++ index 2014-09-09 23:37:19 UTC (rev 8757)
@@ -31125,7 +31125,7 @@
<dl class=domintro><dt><var>form</var> . <code id=the-form-element:dom-form-elements-2><a href=#dom-form-elements>elements</a></code><dd>
- <p>Returns an <code id=the-form-element:htmlcollection><a href=#htmlcollection>HTMLCollection</a></code> of the form controls in the form (excluding image
+ <p>Returns an <code id=the-form-element:htmlformcontrolscollection-2-2><a href=#htmlformcontrolscollection-2>HTMLFormControlsCollection</a></code> of the form controls in the form (excluding image
buttons for historical reasons).</p>
<dt><var>form</var> . <code id=the-form-element:dom-form-length-2><a href=#dom-form-length>length</a></code><dd>
@@ -31198,7 +31198,7 @@
<hr>
<p>The <dfn id=dom-form-elements><code>elements</code></dfn> IDL attribute must return an
- <code id=the-form-element:htmlformcontrolscollection-2-2><a href=#htmlformcontrolscollection-2>HTMLFormControlsCollection</a></code> rooted at the <code id=the-form-element:the-form-element-6><a href=#the-form-element>form</a></code> element's <a href=#home-subtree id=the-form-element:home-subtree>home
+ <code id=the-form-element:htmlformcontrolscollection-2-3><a href=#htmlformcontrolscollection-2>HTMLFormControlsCollection</a></code> rooted at the <code id=the-form-element:the-form-element-6><a href=#the-form-element>form</a></code> element's <a href=#home-subtree id=the-form-element:home-subtree>home
subtree</a>'s <a href=#root-element id=the-form-element:root-element>root element</a>, whose filter matches <a href=#category-listed id=the-form-element:category-listed>listed elements</a> whose <a href=#form-owner id=the-form-element:form-owner>form owner</a> is the
<code id=the-form-element:the-form-element-7><a href=#the-form-element>form</a></code> element, with the exception of <code id=the-form-element:the-input-element><a href=#the-input-element>input</a></code> elements whose <code id=the-form-element:attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#image-button-state-(type=image)" id="the-form-element:image-button-state-(type=image)">Image Button</a> state, which must, for historical reasons, be
excluded from this particular collection.</p>
Modified: source
===================================================================
--- source 2014-09-09 20:22:19 UTC (rev 8756)
+++ source 2014-09-09 23:37:19 UTC (rev 8757)
@@ -40563,7 +40563,7 @@
<dd>
- <p>Returns an <code>HTMLCollection</code> of the form controls in the form (excluding image
+ <p>Returns an <code>HTMLFormControlsCollection</code> of the form controls in the form (excluding image
buttons for historical reasons).</p>
</dd>
More information about the Commit-Watchers
mailing list