HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/7093

SVNBugCommentTime (UTC)
709315704[Gecko] [Internet Explorer] [Opera] [Webkit] Try to match implementations better.2012-05-07 23:31
Index: source
===================================================================
--- source	(revision 7092)
+++ source	(revision 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

|