[html5] r8186 - [e] (0) Clarify which call to 'reset the form owner' is suppressed. Affected top [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 13 16:31:20 PDT 2013
Author: ianh
Date: 2013-09-13 16:31:19 -0700 (Fri, 13 Sep 2013)
New Revision: 8186
Modified:
complete.html
index
source
Log:
[e] (0) Clarify which call to 'reset the form owner' is suppressed.
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-09-13 23:18:28 UTC (rev 8185)
+++ complete.html 2013-09-13 23:31:19 UTC (rev 8186)
@@ -89307,8 +89307,8 @@
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
- the next step.</li>
+ pointer</a>, and suppress the running of the <a href=#reset-the-form-owner>reset the form owner</a> algorithm when
+ the parser subsequently attempts to insert the element.</li>
<li><p>Return the newly created element.</li>
Modified: index
===================================================================
--- index 2013-09-13 23:18:28 UTC (rev 8185)
+++ index 2013-09-13 23:31:19 UTC (rev 8186)
@@ -89307,8 +89307,8 @@
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
- the next step.</li>
+ pointer</a>, and suppress the running of the <a href=#reset-the-form-owner>reset the form owner</a> algorithm when
+ the parser subsequently attempts to insert the element.</li>
<li><p>Return the newly created element.</li>
Modified: source
===================================================================
--- source 2013-09-13 23:18:28 UTC (rev 8185)
+++ source 2013-09-13 23:31:19 UTC (rev 8186)
@@ -99773,8 +99773,8 @@
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
- pointer</span>, and suppress the running of the <span>reset the form owner</span> algorithm in
- the next step.</p></li>
+ pointer</span>, and suppress the running of the <span>reset the form owner</span> algorithm when
+ the parser subsequently attempts to insert the element.</p></li>
<li><p>Return the newly created element.</p></li>
More information about the Commit-Watchers
mailing list