Skip to content

Commit

Permalink
[giow] (3) Make <form><template><input> not result in the <input> bei…
Browse files Browse the repository at this point in the history
…ng in the <form>.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22400
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8115 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 1, 2013
1 parent e7a1dae commit 4de68c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -89360,7 +89360,9 @@ <h5 id=creating-and-inserting-nodes><span class=secno>12.2.5.1 </span>Creating a

<!--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
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -89360,7 +89360,9 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>

<!--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
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -99824,7 +99824,9 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<!--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
Expand Down

0 comments on commit 4de68c6

Please sign in to comment.