[html5] r7093 - [giow] (2) Try to match implementations better. Fixing https://www.w3.org/Bugs/P [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon May 7 16:31:50 PDT 2012


Author: ianh
Date: 2012-05-07 16:31:49 -0700 (Mon, 07 May 2012)
New Revision: 7093

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Try to match implementations better.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15704
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-05-07 23:18:42 UTC (rev 7092)
+++ complete.html	2012-05-07 23:31:49 UTC (rev 7093)
@@ -44002,9 +44002,12 @@
 
   <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>
 

Modified: index
===================================================================
--- index	2012-05-07 23:18:42 UTC (rev 7092)
+++ index	2012-05-07 23:31:49 UTC (rev 7093)
@@ -44002,9 +44002,12 @@
 
   <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>
 

Modified: source
===================================================================
--- source	2012-05-07 23:18:42 UTC (rev 7092)
+++ source	2012-05-07 23:31:49 UTC (rev 7093)
@@ -51452,10 +51452,12 @@
 
   <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




More information about the Commit-Watchers mailing list