Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) try to clarify this section a little
git-svn-id: http://svn.whatwg.org/webapps@5213 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 28, 2010
1 parent 20a7fc0 commit 6027906
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
15 changes: 13 additions & 2 deletions complete.html
Expand Up @@ -209,7 +209,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 27 July 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 28 July 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -44383,7 +44383,9 @@ <h4 id=association-of-controls-and-forms><span class=secno>4.10.18 </span>Associ
owner</a> is said to be null.</p>

<p>A <a href=#form-associated-element>form-associated element</a> is, by default, associated
with its nearest ancestor <code><a href=#the-form-element>form</a></code> element<span class=impl> (as described below)</span>, but may have a <dfn id=attr-fae-form title=attr-fae-form><code>form</code></dfn> attribute specified to
with its <span class=impl>nearest</span> ancestor
<code><a href=#the-form-element>form</a></code> element<span class=impl> (as described
below)</span>, but may have a <dfn id=attr-fae-form title=attr-fae-form><code>form</code></dfn> attribute specified to
override this.</p>

<p>If a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute specified, then its
Expand All @@ -44392,6 +44394,15 @@ <h4 id=association-of-controls-and-forms><span class=secno>4.10.18 </span>Associ

<div class=impl>

<p class=note>The rules in this section are complicated by the
fact that although conforming documents will never contain nested
<code><a href=#the-form-element>form</a></code> elements, it is quite possible (e.g. using a
script that performs DOM manipulation) to generate documents that
have such nested elements. They are also complicated by rules in the
HTML parser that, for historical reasons, can result in a
<a href=#form-associated-element>form-associated element</a> being associated with a
<code><a href=#the-form-element>form</a></code> element that is not its ancestor.</p>

<p>When a <a href=#form-associated-element>form-associated element</a> is created, its
<a href=#form-owner>form owner</a> must be initialized to null (no owner).</p>

Expand Down
15 changes: 13 additions & 2 deletions index
Expand Up @@ -213,7 +213,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 27 July 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 28 July 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -44310,7 +44310,9 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
owner</a> is said to be null.</p>

<p>A <a href=#form-associated-element>form-associated element</a> is, by default, associated
with its nearest ancestor <code><a href=#the-form-element>form</a></code> element<span class=impl> (as described below)</span>, but may have a <dfn id=attr-fae-form title=attr-fae-form><code>form</code></dfn> attribute specified to
with its <span class=impl>nearest</span> ancestor
<code><a href=#the-form-element>form</a></code> element<span class=impl> (as described
below)</span>, but may have a <dfn id=attr-fae-form title=attr-fae-form><code>form</code></dfn> attribute specified to
override this.</p>

<p>If a <a href=#form-associated-element>form-associated element</a> has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute specified, then its
Expand All @@ -44319,6 +44321,15 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>

<div class=impl>

<p class=note>The rules in this section are complicated by the
fact that although conforming documents will never contain nested
<code><a href=#the-form-element>form</a></code> elements, it is quite possible (e.g. using a
script that performs DOM manipulation) to generate documents that
have such nested elements. They are also complicated by rules in the
HTML parser that, for historical reasons, can result in a
<a href=#form-associated-element>form-associated element</a> being associated with a
<code><a href=#the-form-element>form</a></code> element that is not its ancestor.</p>

<p>When a <a href=#form-associated-element>form-associated element</a> is created, its
<a href=#form-owner>form owner</a> must be initialized to null (no owner).</p>

Expand Down
14 changes: 12 additions & 2 deletions source
Expand Up @@ -49683,8 +49683,9 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
owner</span> is said to be null.</p>

<p>A <span>form-associated element</span> is, by default, associated
with its nearest ancestor <code>form</code> element<span
class="impl"> (as described below)</span>, but may have a <dfn
with its <span class="impl">nearest</span> ancestor
<code>form</code> element<span class="impl"> (as described
below)</span>, but may have a <dfn
title="attr-fae-form"><code>form</code></dfn> attribute specified to
override this.</p>

Expand All @@ -49695,6 +49696,15 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>

<div class="impl">

<p class="note">The rules in this section are complicated by the
fact that although conforming documents will never contain nested
<code>form</code> elements, it is quite possible (e.g. using a
script that performs DOM manipulation) to generate documents that
have such nested elements. They are also complicated by rules in the
HTML parser that, for historical reasons, can result in a
<span>form-associated element</span> being associated with a
<code>form</code> element that is not its ancestor.</p>

<p>When a <span>form-associated element</span> is created, its
<span>form owner</span> must be initialized to null (no owner).</p>

Expand Down

0 comments on commit 6027906

Please sign in to comment.