- From: poot <cvsmail@w3.org>
- Date: Mon, 15 Sep 2008 20:48:29 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Mention the name='' attribute in the element description section for various form elements that have one. (whatwg r2186) HTMLSelectElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#htmlselectelement 4.9.12 Association of controls and forms http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#association checked http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#checked HTMLLabelElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#htmllabelelement datalist http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#datalist 4.9.11 The output element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#the-output label http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#label HTMLButtonElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#htmlbuttonelement 4.9.5 The label element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#the-label disabled http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#disabled2 HTMLOutputElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#htmloutputelement 4.9.7 The datalist element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#the-datalist output http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#output 4.9.6 The select element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#the-select HTMLTextAreaElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#htmltextareaelement select http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#select HTMLInputElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1359.html#htmlinputelement http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1358&r2=1.1359&f=h http://html5.org/tools/web-apps-tracker?from=2185&to=2186 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1358 retrieving revision 1.1359 diff -u -d -r1.1358 -r1.1359 --- Overview.html 15 Sep 2008 11:38:31 -0000 1.1358 +++ Overview.html 15 Sep 2008 11:45:19 -0000 1.1359 @@ -26808,7 +26808,8 @@ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a href="#fieldset">fieldset</a></code> element with its <a - href="#form-owner">form owner</a>. + href="#form-owner">form owner</a>. The <code title=attr-fe-name><a + href="#name11">name</a></code> attribute represents the element's name. <p class=big-issue>... @@ -26956,7 +26957,8 @@ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a href="#input0">input</a></code> element with its <a - href="#form-owner">form owner</a>. + href="#form-owner">form owner</a>. The <code title=attr-fe-name><a + href="#name11">name</a></code> attribute represents the element's name. <p class=big-issue>... <dfn id=checked title=concept-input-checked>checked</dfn> @@ -27045,7 +27047,8 @@ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a href="#button">button</a></code> element with its <a - href="#form-owner">form owner</a>. + href="#form-owner">form owner</a>. The <code title=attr-fe-name><a + href="#name11">name</a></code> attribute represents the element's name. <h4 id=the-label><span class=secno>4.9.5 </span>The <dfn id=label><code>label</code></dfn> element</h4> @@ -27093,7 +27096,8 @@ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a href="#label">label</a></code> element with its <a href="#form-owner">form - owner</a>. + owner</a>. The <code title=attr-fe-name><a href="#name11">name</a></code> + attribute represents the element's name. <h4 id=the-select><span class=secno>4.9.6 </span>The <dfn id=select><code>select</code></dfn> element</h4> @@ -27173,7 +27177,8 @@ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a href="#select">select</a></code> element with its <a - href="#form-owner">form owner</a>. + href="#form-owner">form owner</a>. The <code title=attr-fe-name><a + href="#name11">name</a></code> attribute represents the element's name. <h4 id=the-datalist><span class=secno>4.9.7 </span>The <dfn id=datalist><code>datalist</code></dfn> element</h4> @@ -27399,7 +27404,8 @@ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a href="#textarea">textarea</a></code> element with its <a - href="#form-owner">form owner</a>. + href="#form-owner">form owner</a>. The <code title=attr-fe-name><a + href="#name11">name</a></code> attribute represents the element's name. <h4 id=the-output><span class=secno>4.9.11 </span>The <dfn id=output><code>output</code></dfn> element</h4> @@ -27455,7 +27461,8 @@ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a href="#output">output</a></code> element with its <a - href="#form-owner">form owner</a>. + href="#form-owner">form owner</a>. The <code title=attr-fe-name><a + href="#name11">name</a></code> attribute represents the element's name. <h4 id=association><span class=secno>4.9.12 </span>Association of controls and forms</h4>
Received on Monday, 15 September 2008 11:49:06 UTC