Skip to content

Commit

Permalink
[e] (0) Correct the note around the <form> API to mention the right i…
Browse files Browse the repository at this point in the history
…nterface

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26523
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8757 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 9, 2014
1 parent 5c207ab commit 6f05c73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -31125,7 +31125,7 @@ <h4 id=the-form-element>4.10.3 The <dfn><code>form</code></dfn> element</h4>

<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>
Expand Down Expand Up @@ -31198,7 +31198,7 @@ <h4 id=the-form-element>4.10.3 The <dfn><code>form</code></dfn> element</h4>
<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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -31125,7 +31125,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement i

<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>
Expand Down Expand Up @@ -31198,7 +31198,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement i
<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -40563,7 +40563,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<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>
Expand Down

0 comments on commit 6f05c73

Please sign in to comment.