[html5] r7092 - [giow] (0) Don't associate using form='' if you're not in a document Fixing http [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon May 7 16:18:43 PDT 2012


Author: ianh
Date: 2012-05-07 16:18:42 -0700 (Mon, 07 May 2012)
New Revision: 7092

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Don't associate using form='' if you're not in a document
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16399
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-07 22:13:36 UTC (rev 7091)
+++ complete.html	2012-05-07 23:18:42 UTC (rev 7092)
@@ -52962,7 +52962,8 @@
    <li>
 
     <p>If the element has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code>
-    content attribute, then run these substeps:</p>
+    content attribute and is itself <a href=#in-a-document title="in a Document">in a
+    <code>Document</code></a>, then run these substeps:</p>
 
     <ol><!-- note that this ignores the name="" attribute and is
      unaffected by quirks mode (it's always case sensitive) --><li><p>If the first element <a href=#in-a-document title="in a Document">in the

Modified: index
===================================================================
--- index	2012-05-07 22:13:36 UTC (rev 7091)
+++ index	2012-05-07 23:18:42 UTC (rev 7092)
@@ -52962,7 +52962,8 @@
    <li>
 
     <p>If the element has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code>
-    content attribute, then run these substeps:</p>
+    content attribute and is itself <a href=#in-a-document title="in a Document">in a
+    <code>Document</code></a>, then run these substeps:</p>
 
     <ol><!-- note that this ignores the name="" attribute and is
      unaffected by quirks mode (it's always case sensitive) --><li><p>If the first element <a href=#in-a-document title="in a Document">in the

Modified: source
===================================================================
--- source	2012-05-07 22:13:36 UTC (rev 7091)
+++ source	2012-05-07 23:18:42 UTC (rev 7092)
@@ -61823,7 +61823,8 @@
    <li>
 
     <p>If the element has a <code title="attr-fae-form">form</code>
-    content attribute, then run these substeps:</p>
+    content attribute and is itself <span title="in a Document">in a
+    <code>Document</code></span>, then run these substeps:</p>
 
     <ol>
 




More information about the Commit-Watchers mailing list