[html5] r8115 - [giow] (3) Make <form><template><input> not result in the <input> being in the < [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 1 13:14:41 PDT 2013


Author: ianh
Date: 2013-08-01 13:14:39 -0700 (Thu, 01 Aug 2013)
New Revision: 8115

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make <form><template><input> not result in the <input> being in the <form>.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22400
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-08-01 19:44:55 UTC (rev 8114)
+++ complete.html	2013-08-01 20:14:39 UTC (rev 8115)
@@ -89360,7 +89360,9 @@
 
 <!--CLEANUP-->
    <!-- this could just as easily be in the "create..." algorithm I guess -->
-   <li><p>If the element is a <a href=#form-associated-element>form-associated element</a>, and the <a href=#form-element-pointer><code title="">form</code> element pointer</a> is not null, and the newly created element is either not <a href=#category-form-attr title=category-form-attr>reassociateable</a> or doesn't
+   <li><p>If the element is a <a href=#form-associated-element>form-associated element</a>, and the <a href=#form-element-pointer><code title="">form</code> element pointer</a> is not null,
+   and there is no <code><a href=#the-template-element>template</a></code> element on the <a href=#stack-of-open-elements>stack of open elements</a>,
+   and the newly created element is either not <a href=#category-form-attr title=category-form-attr>reassociateable</a> or doesn't
    have a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute, <a href=#concept-form-association title=concept-form-association>associate</a> the newly created element with the
    <code><a href=#the-form-element>form</a></code> element pointed to by the <a href=#form-element-pointer><code title="">form</code> element
    pointer</a>, and suppress the running of the <a href=#reset-the-form-owner>reset the form owner</a> algorithm in

Modified: index
===================================================================
--- index	2013-08-01 19:44:55 UTC (rev 8114)
+++ index	2013-08-01 20:14:39 UTC (rev 8115)
@@ -89360,7 +89360,9 @@
 
 <!--CLEANUP-->
    <!-- this could just as easily be in the "create..." algorithm I guess -->
-   <li><p>If the element is a <a href=#form-associated-element>form-associated element</a>, and the <a href=#form-element-pointer><code title="">form</code> element pointer</a> is not null, and the newly created element is either not <a href=#category-form-attr title=category-form-attr>reassociateable</a> or doesn't
+   <li><p>If the element is a <a href=#form-associated-element>form-associated element</a>, and the <a href=#form-element-pointer><code title="">form</code> element pointer</a> is not null,
+   and there is no <code><a href=#the-template-element>template</a></code> element on the <a href=#stack-of-open-elements>stack of open elements</a>,
+   and the newly created element is either not <a href=#category-form-attr title=category-form-attr>reassociateable</a> or doesn't
    have a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute, <a href=#concept-form-association title=concept-form-association>associate</a> the newly created element with the
    <code><a href=#the-form-element>form</a></code> element pointed to by the <a href=#form-element-pointer><code title="">form</code> element
    pointer</a>, and suppress the running of the <a href=#reset-the-form-owner>reset the form owner</a> algorithm in

Modified: source
===================================================================
--- source	2013-08-01 19:44:55 UTC (rev 8114)
+++ source	2013-08-01 20:14:39 UTC (rev 8115)
@@ -99824,7 +99824,9 @@
 <!--CLEANUP-->
    <!-- this could just as easily be in the "create..." algorithm I guess -->
    <li><p>If the element is a <span>form-associated element</span>, and the <span><code
-   title="">form</code> element pointer</span> is not null, and the newly created element is either not <span title="category-form-attr">reassociateable</span> or doesn't
+   title="">form</code> element pointer</span> is not null,
+   and there is no <code>template</code> element on the <span>stack of open elements</span>,
+   and the newly created element is either not <span title="category-form-attr">reassociateable</span> or doesn't
    have a <code title="attr-fae-form">form</code> attribute, <span
    title="concept-form-association">associate</span> the newly created element with the
    <code>form</code> element pointed to by the <span><code title="">form</code> element




More information about the Commit-Watchers mailing list