[html5] r5264 - [e] (0) clarifications
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 9 19:04:16 PDT 2010
Author: ianh
Date: 2010-08-09 19:04:15 -0700 (Mon, 09 Aug 2010)
New Revision: 5264
Modified:
complete.html
index
source
Log:
[e] (0) clarifications
Modified: complete.html
===================================================================
--- complete.html 2010-08-10 01:59:00 UTC (rev 5263)
+++ complete.html 2010-08-10 02:04:15 UTC (rev 5264)
@@ -44529,9 +44529,9 @@
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>
@@ -45410,8 +45410,8 @@
<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>
Modified: index
===================================================================
--- index 2010-08-10 01:59:00 UTC (rev 5263)
+++ index 2010-08-10 02:04:15 UTC (rev 5264)
@@ -44456,9 +44456,9 @@
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>
@@ -45337,8 +45337,8 @@
<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>
Modified: source
===================================================================
--- source 2010-08-10 01:59:00 UTC (rev 5263)
+++ source 2010-08-10 02:04:15 UTC (rev 5264)
@@ -49843,9 +49843,9 @@
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">
@@ -50896,8 +50896,8 @@
<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
More information about the Commit-Watchers
mailing list