- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Sep 2008 11:45:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23750 Modified Files: Overview.html Log Message: WF2: Mention the name='' attribute in the element description section for various form elements that have one. (whatwg r2186) Index: Overview.html =================================================================== 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:45:57 UTC