Skip to content

Commit

Permalink
[e] (0) minor optimisation that will hopefully make things slightly m…
Browse files Browse the repository at this point in the history
…ore comprehensible

git-svn-id: http://svn.whatwg.org/webapps@4872 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 26, 2010
1 parent 6abcea9 commit 2e9664d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -39857,8 +39857,9 @@ <h4 id=association-of-controls-and-forms><span class=secno>4.10.18 </span>Associ
<ol><li><p>If the element's <a href=#form-owner>form owner</a> is not null, and
the element's <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> content
attribute is not present, and the element's <a href=#form-owner>form owner</a>
is one of the ancestors of the element after the change to the
ancestor chain, then do nothing, and abort these steps.</li>
is its nearest <code><a href=#the-form-element>form</a></code> element ancestor after the change
to the ancestor chain, then do nothing, and abort these
steps.</li>

<li><p>Let the element's <a href=#form-owner>form owner</a> be null.</li>

Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -39758,8 +39758,9 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
<ol><li><p>If the element's <a href=#form-owner>form owner</a> is not null, and
the element's <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> content
attribute is not present, and the element's <a href=#form-owner>form owner</a>
is one of the ancestors of the element after the change to the
ancestor chain, then do nothing, and abort these steps.</li>
is its nearest <code><a href=#the-form-element>form</a></code> element ancestor after the change
to the ancestor chain, then do nothing, and abort these
steps.</li>

<li><p>Let the element's <a href=#form-owner>form owner</a> be null.</li>

Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -44401,8 +44401,9 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
<li><p>If the element's <span>form owner</span> is not null, and
the element's <code title="attr-fae-form">form</code> content
attribute is not present, and the element's <span>form owner</span>
is one of the ancestors of the element after the change to the
ancestor chain, then do nothing, and abort these steps.</p></li>
is its nearest <code>form</code> element ancestor after the change
to the ancestor chain, then do nothing, and abort these
steps.</p></li>

<li><p>Let the element's <span>form owner</span> be null.</p></li>

Expand Down

0 comments on commit 2e9664d

Please sign in to comment.