[html5] r2147 - [e] (0) Make the term 'associate' in the context of the form element pointer act [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 3 13:47:05 PDT 2008
Author: ianh
Date: 2008-09-03 13:47:03 -0700 (Wed, 03 Sep 2008)
New Revision: 2147
Modified:
index
source
Log:
[e] (0) Make the term 'associate' in the context of the form element pointer actually link to something.
Modified: index
===================================================================
--- index 2008-09-03 20:43:09 UTC (rev 2146)
+++ index 2008-09-03 20:47:03 UTC (rev 2147)
@@ -1059,10 +1059,13 @@
<li><a href="#the-output"><span class=secno>4.9.12 </span>The
<code>output</code> element</a>
- <li><a href="#processing1"><span class=secno>4.9.13 </span>Processing
+ <li><a href="#association"><span class=secno>4.9.13 </span>Association
+ of controls and forms</a>
+
+ <li><a href="#processing1"><span class=secno>4.9.14 </span>Processing
model</a>
<ul class=toc>
- <li><a href="#form-submission"><span class=secno>4.9.13.1.
+ <li><a href="#form-submission"><span class=secno>4.9.14.1.
</span>Form submission</a>
</ul>
</ul>
@@ -26868,13 +26871,19 @@
<h4 id=the-output><span class=secno>4.9.12 </span>The <code>output</code>
element</h4>
- <h4 id=processing1><span class=secno>4.9.13 </span>Processing model</h4>
+ <h4 id=association><span class=secno>4.9.13 </span>Association of controls
+ and forms</h4>
+ <p class=big-issue>When an element is <dfn id=associated
+ title=concept-form-association>associated with a form</dfn>, ...
+
+ <h4 id=processing1><span class=secno>4.9.14 </span>Processing model</h4>
+
<p class=big-issue>See <a
href="http://www.whatwg.org/specs/web-forms/current-work/#extend-form-controls">WF2</a>
for now
- <h5 id=form-submission><span class=secno>4.9.13.1. </span>Form submission</h5>
+ <h5 id=form-submission><span class=secno>4.9.14.1. </span>Form submission</h5>
<p class=big-issue>See <a
href="http://www.whatwg.org/specs/web-forms/current-work/#form-submission">WF2</a>
@@ -50971,10 +50980,11 @@
<p><a href="#insert0">Insert an HTML element</a> for the token.</p>
<p>If the <a href="#form-element"><code title="">form</code> element
- pointer</a> is not null, then <span>associate</span><!--XXX xref! -->
- the newly created <code><a href="#fieldset">fieldset</a></code> element
- with the <code><a href="#form">form</a></code> element pointed to by the
- <a href="#form-element"><code title="">form</code> element pointer</a>.</p>
+ pointer</a> is not null, then <a href="#associated"
+ title=concept-form-association>associate</a> the newly created <code><a
+ href="#fieldset">fieldset</a></code> element with the <code><a
+ href="#form">form</a></code> element pointed to by the <a
+ href="#form-element"><code title="">form</code> element pointer</a>.</p>
</dd>
<!-- as normal, but imply </li> when there's another <li> open in weird cases -->
@@ -51493,8 +51503,9 @@
<p><a href="#insert0">Insert an HTML element</a> for the token.</p>
<p>If the <a href="#form-element"><code title="">form</code> element
- pointer</a> is not null, then <span>associate</span><!--XXX xref! -->
- the <code><a href="#button">button</a></code> element with the <code><a
+ pointer</a> is not null, then <a href="#associated"
+ title=concept-form-association>associate</a> the <code><a
+ href="#button">button</a></code> element with the <code><a
href="#form">form</a></code> element pointed to by the <a
href="#form-element"><code title="">form</code> element pointer</a>.</p>
@@ -51631,12 +51642,13 @@
set.</p>
<p>If the <a href="#form-element"><code title="">form</code> element
- pointer</a> is not null, then <span>associate</span><!--XXX xref! -->
- the newly created <code><a href="#input0">input</a></code> element with
- the <code><a href="#form">form</a></code> element pointed to by the <a
+ pointer</a> is not null, then <a href="#associated"
+ title=concept-form-association>associate</a> the newly created <code><a
+ href="#input0">input</a></code> element with the <code><a
+ href="#form">form</a></code> element pointed to by the <a
href="#form-element"><code title="">form</code> element pointer</a>.</p>
- <dt>A start tag whose tag name is "input"
+ <dt>A start tag whose tag name is "label"
<dd>
<p><a href="#reconstruct">Reconstruct the active formatting elements</a>,
@@ -51645,9 +51657,10 @@
<p><a href="#insert0">Insert an HTML element</a> for the token.</p>
<p>If the <a href="#form-element"><code title="">form</code> element
- pointer</a> is not null, then <span>associate</span><!--XXX xref! -->
- the newly created <code><a href="#label">label</a></code> element with
- the <code><a href="#form">form</a></code> element pointed to by the <a
+ pointer</a> is not null, then <a href="#associated"
+ title=concept-form-association>associate</a> the newly created <code><a
+ href="#label">label</a></code> element with the <code><a
+ href="#form">form</a></code> element pointed to by the <a
href="#form-element"><code title="">form</code> element pointer</a>.</p>
<dt id=isindex>A start tag whose tag name is "isindex"
@@ -51729,8 +51742,9 @@
the <a href="#current5">current node</a>.</p>
<p>If the <a href="#form-element"><code title="">form</code> element
- pointer</a> is not null, then <span>associate</span><!--XXX xref! -->
- the newly created <code>textarea</code> element with the <code><a
+ pointer</a> is not null, then <a href="#associated"
+ title=concept-form-association>associate</a> the newly created
+ <code>textarea</code> element with the <code><a
href="#form">form</a></code> element pointed to by the <a
href="#form-element"><code title="">form</code> element pointer</a>.</p>
@@ -51773,10 +51787,11 @@
<p><a href="#insert0">Insert an HTML element</a> for the token.</p>
<p>If the <a href="#form-element"><code title="">form</code> element
- pointer</a> is not null, then <span>associate</span><!--XXX xref! -->
- the <code>select</code> element with the <code><a
- href="#form">form</a></code> element pointed to by the <a
- href="#form-element"><code title="">form</code> element pointer</a>.</p>
+ pointer</a> is not null, then <a href="#associated"
+ title=concept-form-association>associate</a> the <code>select</code>
+ element with the <code><a href="#form">form</a></code> element pointed
+ to by the <a href="#form-element"><code title="">form</code> element
+ pointer</a>.</p>
<p>If the <span>insertion mode</span> is one of <a href="#in-table"
title="insertion mode: in table">in table</a>", "<a href="#in-caption"
Modified: source
===================================================================
--- source 2008-09-03 20:43:09 UTC (rev 2146)
+++ source 2008-09-03 20:47:03 UTC (rev 2147)
@@ -24159,6 +24159,13 @@
<h4>The <code>output</code> element</h4>
+
+ <h4>Association of controls and forms</h4>
+
+ <p class="big-issue">When an element is <dfn
+ title="concept-form-association">associated with a form</dfn>,
+ ...</p>
+
<h4>Processing model</h4>
<p class="big-issue">See <a href="http://www.whatwg.org/specs/web-forms/current-work/#extend-form-controls">WF2</a> for now</p>
@@ -47696,10 +47703,11 @@
<p><span>Insert an HTML element</span> for the token.</p>
<p>If the <span><code title="">form</code> element pointer</span>
- is not null, then <span>associate</span><!--XXX xref! --> the
- newly created <code>fieldset</code> element with the
- <code>form</code> element pointed to by the <span><code
- title="">form</code> element pointer</span>.</p>
+ is not null, then <span
+ title="concept-form-association">associate</span> the newly
+ created <code>fieldset</code> element with the <code>form</code>
+ element pointed to by the <span><code title="">form</code> element
+ pointer</span>.</p>
</dd>
@@ -48243,7 +48251,8 @@
<p><span>Insert an HTML element</span> for the token.</p>
<p>If the <span><code title="">form</code> element pointer</span>
- is not null, then <span>associate</span><!--XXX xref! --> the
+ is not null, then <span
+ title="concept-form-association">associate</span> the
<code>button</code> element with the <code>form</code> element
pointed to by the <span><code title="">form</code> element
pointer</span>.</p>
@@ -48389,14 +48398,15 @@
token's <i>self-closing flag</i></span>, if it is set.</p>
<p>If the <span><code title="">form</code> element pointer</span>
- is not null, then <span>associate</span><!--XXX xref! --> the
- newly created <code>input</code> element with the
- <code>form</code> element pointed to by the <span><code
- title="">form</code> element pointer</span>.</p>
+ is not null, then <span
+ title="concept-form-association">associate</span> the newly
+ created <code>input</code> element with the <code>form</code>
+ element pointed to by the <span><code title="">form</code> element
+ pointer</span>.</p>
</dd>
- <dt>A start tag whose tag name is "input"</dt>
+ <dt>A start tag whose tag name is "label"</dt>
<dd>
<p><span>Reconstruct the active formatting elements</span>, if
@@ -48405,10 +48415,11 @@
<p><span>Insert an HTML element</span> for the token.</p>
<p>If the <span><code title="">form</code> element pointer</span>
- is not null, then <span>associate</span><!--XXX xref! --> the
- newly created <code>label</code> element with the
- <code>form</code> element pointed to by the <span><code
- title="">form</code> element pointer</span>.</p>
+ is not null, then <span
+ title="concept-form-association">associate</span> the newly
+ created <code>label</code> element with the <code>form</code>
+ element pointed to by the <span><code title="">form</code> element
+ pointer</span>.</p>
</dd>
@@ -48501,10 +48512,11 @@
node</span>.</p>
<p>If the <span><code title="">form</code> element pointer</span>
- is not null, then <span>associate</span><!--XXX xref! --> the
- newly created <code>textarea</code> element with the
- <code>form</code> element pointed to by the <span><code
- title="">form</code> element pointer</span>.</p>
+ is not null, then <span
+ title="concept-form-association">associate</span> the newly
+ created <code>textarea</code> element with the <code>form</code>
+ element pointed to by the <span><code title="">form</code> element
+ pointer</span>.</p>
<p>Switch the tokeniser's <span>content model flag</span> to
the RCDATA state.</p>
@@ -48547,7 +48559,8 @@
<p><span>Insert an HTML element</span> for the token.</p>
<p>If the <span><code title="">form</code> element pointer</span>
- is not null, then <span>associate</span><!--XXX xref! --> the
+ is not null, then <span
+ title="concept-form-association">associate</span> the
<code>select</code> element with the <code>form</code> element
pointed to by the <span><code title="">form</code> element
pointer</span>.</p>
More information about the Commit-Watchers
mailing list