Skip to content

Commit

Permalink
[e] (0) Clarify which call to 'reset the form owner' is suppressed.
Browse files Browse the repository at this point in the history
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8186 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 13, 2013
1 parent a659513 commit de91299
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -89307,8 +89307,8 @@ <h5 id=creating-and-inserting-nodes><span class=secno>12.2.5.1 </span>Creating a
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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -89307,8 +89307,8 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
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>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -99773,8 +99773,8 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
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>

Expand Down

0 comments on commit de91299

Please sign in to comment.