Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Try to match implementations better.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15704
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7093 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 7, 2012
1 parent 767c058 commit d79aa75
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
9 changes: 6 additions & 3 deletions complete.html
Expand Up @@ -44002,9 +44002,12 @@ <h4 id=categories><span class=secno>4.10.2 </span>Categories</h4>

<hr><p>The <dfn id=dom-form-elements title=dom-form-elements><code>elements</code></dfn>
IDL attribute must return an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>
rooted at the <code><a href=#document>Document</a></code> node, whose filter matches <a href=#category-listed title=category-listed>listed elements</a> whose <a href=#form-owner>form
owner</a> is the <code><a href=#the-form-element>form</a></code> element, with the exception of
<code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#image-button-state-(type=image)" title=attr-input-type-image>Image Button</a> state, which must,
rooted at the <code><a href=#document>Document</a></code> node while the <code><a href=#the-form-element>form</a></code>
element is <a href=#in-a-document>in a <code>Document</code></a> and rooted at the
<code><a href=#the-form-element>form</a></code> element itself when it is not, whose filter
matches <a href=#category-listed title=category-listed>listed elements</a> whose
<a href=#form-owner>form owner</a> is the <code><a href=#the-form-element>form</a></code> element, with the
exception of <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#image-button-state-(type=image)" title=attr-input-type-image>Image Button</a> state, which must,
for historical reasons, be excluded from this particular
collection.</p>

Expand Down
9 changes: 6 additions & 3 deletions index
Expand Up @@ -44002,9 +44002,12 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<hr><p>The <dfn id=dom-form-elements title=dom-form-elements><code>elements</code></dfn>
IDL attribute must return an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>
rooted at the <code><a href=#document>Document</a></code> node, whose filter matches <a href=#category-listed title=category-listed>listed elements</a> whose <a href=#form-owner>form
owner</a> is the <code><a href=#the-form-element>form</a></code> element, with the exception of
<code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#image-button-state-(type=image)" title=attr-input-type-image>Image Button</a> state, which must,
rooted at the <code><a href=#document>Document</a></code> node while the <code><a href=#the-form-element>form</a></code>
element is <a href=#in-a-document>in a <code>Document</code></a> and rooted at the
<code><a href=#the-form-element>form</a></code> element itself when it is not, whose filter
matches <a href=#category-listed title=category-listed>listed elements</a> whose
<a href=#form-owner>form owner</a> is the <code><a href=#the-form-element>form</a></code> element, with the
exception of <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#image-button-state-(type=image)" title=attr-input-type-image>Image Button</a> state, which must,
for historical reasons, be excluded from this particular
collection.</p>

Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -51452,10 +51452,12 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn title="dom-form-elements"><code>elements</code></dfn>
IDL attribute must return an <code>HTMLFormControlsCollection</code>
rooted at the <code>Document</code> node, whose filter matches <span
title="category-listed">listed elements</span> whose <span>form
owner</span> is the <code>form</code> element, with the exception of
<code>input</code> elements whose <code
rooted at the <code>Document</code> node while the <code>form</code>
element is <span>in a <code>Document</code></span> and rooted at the
<code>form</code> element itself when it is not, whose filter
matches <span title="category-listed">listed elements</span> whose
<span>form owner</span> is the <code>form</code> element, with the
exception of <code>input</code> elements whose <code
title="attr-input-type">type</code> attribute is in the <span
title="attr-input-type-image">Image Button</span> state, which must,
for historical reasons, be excluded from this particular
Expand Down

0 comments on commit d79aa75

Please sign in to comment.