[html5] r2186 - [] (0) WF2: Mention the name='' attribute in the element description section for [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 15 04:45:16 PDT 2008


Author: ianh
Date: 2008-09-15 04:45:15 -0700 (Mon, 15 Sep 2008)
New Revision: 2186

Modified:
   index
   source
Log:
[] (0) WF2: Mention the name='' attribute in the element description section for various form elements that have one.

Modified: index
===================================================================
--- index	2008-09-15 11:38:26 UTC (rev 2185)
+++ index	2008-09-15 11:45:15 UTC (rev 2186)
@@ -26801,7 +26801,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>...
 
@@ -26949,7 +26950,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>
@@ -27038,7 +27040,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>
@@ -27086,7 +27089,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>
@@ -27166,7 +27170,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>
@@ -27392,7 +27397,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>
@@ -27448,7 +27454,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>

Modified: source
===================================================================
--- source	2008-09-15 11:38:26 UTC (rev 2185)
+++ source	2008-09-15 11:45:15 UTC (rev 2186)
@@ -24132,7 +24132,8 @@
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
   explicitly associate the <code>fieldset</code> element with its
-  <span>form owner</span>.</p>
+  <span>form owner</span>. The <code title="attr-fe-name">name</code>
+  attribute represents the element's name.</p>
 
   <p class="big-issue">...</p>
 
@@ -24243,7 +24244,8 @@
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
   explicitly associate the <code>input</code> element with its
-  <span>form owner</span>.</p>
+  <span>form owner</span>. The <code title="attr-fe-name">name</code>
+  attribute represents the element's name.</p>
 
   <p class="big-issue">... <dfn title="concept-input-checked">checked</dfn></p>
 
@@ -24308,7 +24310,8 @@
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
   explicitly associate the <code>button</code> element with its
-  <span>form owner</span>.</p>
+  <span>form owner</span>. The <code title="attr-fe-name">name</code>
+  attribute represents the element's name.</p>
 
 
 
@@ -24344,7 +24347,8 @@
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
   explicitly associate the <code>label</code> element with its
-  <span>form owner</span>.</p>
+  <span>form owner</span>. The <code title="attr-fe-name">name</code>
+  attribute represents the element's name.</p>
 
 
 
@@ -24404,7 +24408,8 @@
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
   explicitly associate the <code>select</code> element with its
-  <span>form owner</span>.</p>
+  <span>form owner</span>. The <code title="attr-fe-name">name</code>
+  attribute represents the element's name.</p>
 
 
 
@@ -24568,7 +24573,8 @@
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
   explicitly associate the <code>textarea</code> element with its
-  <span>form owner</span>.</p>
+  <span>form owner</span>. The <code title="attr-fe-name">name</code>
+  attribute represents the element's name.</p>
 
 
 
@@ -24610,7 +24616,8 @@
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
   explicitly associate the <code>output</code> element with its
-  <span>form owner</span>.</p>
+  <span>form owner</span>. The <code title="attr-fe-name">name</code>
+  attribute represents the element's name.</p>
 
 
 




More information about the Commit-Watchers mailing list