- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Sep 2008 20:46:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27777 Modified Files: Overview.html Log Message: Make the term 'associate' in the context of the form element pointer actually link to something. (whatwg r2147) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1319 retrieving revision 1.1320 diff -u -d -r1.1319 -r1.1320 --- Overview.html 3 Sep 2008 20:42:41 -0000 1.1319 +++ Overview.html 3 Sep 2008 20:46:28 -0000 1.1320 @@ -1067,10 +1067,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> @@ -26876,13 +26879,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> @@ -50979,10 +50988,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 --> @@ -51501,8 +51511,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> @@ -51639,12 +51650,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>, @@ -51653,9 +51665,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" @@ -51737,8 +51750,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> @@ -51781,10 +51795,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"
Received on Wednesday, 3 September 2008 20:47:05 UTC