hixie: Try to match implementations better. (whatwg r7093)

hixie: Try to match implementations better. (whatwg r7093)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5649&r2=1.5650&f=h
http://html5.org/tools/web-apps-tracker?from=7092&to=7093

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5649
retrieving revision 1.5650
diff -u -d -r1.5649 -r1.5650
--- Overview.html 7 May 2012 23:18:47 -0000 1.5649
+++ Overview.html 7 May 2012 23:31:55 -0000 1.5650
@@ -37256,9 +37256,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>

Received on Monday, 7 May 2012 23:32:24 UTC