Skip to content

Commit

Permalink
[e] (0) clarifications
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5264 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2010
1 parent f857b59 commit 4461c4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -44529,9 +44529,9 @@ <h4 id=association-of-controls-and-forms><span class=secno>4.10.18 </span>Associ
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
value must be the ID of a <code><a href=#the-form-element>form</a></code> element in the element's
owner <code><a href=#document>Document</a></code>.</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 that
attribute's value must be the ID of a <code><a href=#the-form-element>form</a></code> element in
the element's owner <code><a href=#document>Document</a></code>.</p>

<div class=impl>

Expand Down Expand Up @@ -45410,8 +45410,8 @@ <h5 id=introduction-1><span class=secno>4.10.21.1 </span>Introduction</h5>

<p><i>This section is non-normative.</i></p>

<p>When forms are submitted, the data in the form is converted into
the form specified by the <a href=#concept-fs-enctype title=concept-fs-enctype>enctype</a>, and then sent to the
<p>When a form is submitted, the data in the form is converted into
the structure specified by the <a href=#concept-fs-enctype title=concept-fs-enctype>enctype</a>, and then sent to the
destination specified by the <a href=#concept-fs-action title=concept-fs-action>action</a> using the given <a href=#concept-fs-method title=concept-fs-method>method</a>.</p>

<p>For example, take the following form:</p>
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -44456,9 +44456,9 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
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
value must be the ID of a <code><a href=#the-form-element>form</a></code> element in the element's
owner <code><a href=#document>Document</a></code>.</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 that
attribute's value must be the ID of a <code><a href=#the-form-element>form</a></code> element in
the element's owner <code><a href=#document>Document</a></code>.</p>

<div class=impl>

Expand Down Expand Up @@ -45337,8 +45337,8 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>

<p><i>This section is non-normative.</i></p>

<p>When forms are submitted, the data in the form is converted into
the form specified by the <a href=#concept-fs-enctype title=concept-fs-enctype>enctype</a>, and then sent to the
<p>When a form is submitted, the data in the form is converted into
the structure specified by the <a href=#concept-fs-enctype title=concept-fs-enctype>enctype</a>, and then sent to the
destination specified by the <a href=#concept-fs-action title=concept-fs-action>action</a> using the given <a href=#concept-fs-method title=concept-fs-method>method</a>.</p>

<p>For example, take the following form:</p>
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -49843,9 +49843,9 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
override this.</p>

<p>If a <span>form-associated element</span> has a <code
title="attr-fae-form">form</code> attribute specified, then its
value must be the ID of a <code>form</code> element in the element's
owner <code>Document</code>.</p>
title="attr-fae-form">form</code> attribute specified, then that
attribute's value must be the ID of a <code>form</code> element in
the element's owner <code>Document</code>.</p>

<div class="impl">

Expand Down Expand Up @@ -50896,8 +50896,8 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>

<p><i>This section is non-normative.</i></p>

<p>When forms are submitted, the data in the form is converted into
the form specified by the <span
<p>When a form is submitted, the data in the form is converted into
the structure specified by the <span
title="concept-fs-enctype">enctype</span>, and then sent to the
destination specified by the <span
title="concept-fs-action">action</span> using the given <span
Expand Down

0 comments on commit 4461c4d

Please sign in to comment.