[html5] r2198 - [] (0) WF2: link to disabled='' definition.

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 16 15:27:43 PDT 2008


Author: ianh
Date: 2008-09-16 15:27:43 -0700 (Tue, 16 Sep 2008)
New Revision: 2198

Modified:
   index
   source
Log:
[] (0) WF2: link to disabled='' definition.

Modified: index
===================================================================
--- index	2008-09-16 21:52:52 UTC (rev 2197)
+++ index	2008-09-16 22:27:43 UTC (rev 2198)
@@ -26988,8 +26988,7 @@
   <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>. The <code title=attr-fe-name><a href="#name11">name</a></code>
-   attribute represents the element's name.
+   owner</a>.
 
   <p>The <dfn id=htmlfor title=dom-label-htmlFor><code>htmlFor</code></dfn>
    DOM attribute must <a href="#reflect">reflect</a> the <code
@@ -27388,13 +27387,13 @@
    href="#input0">input</a></code> element with its <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.
+   The <code title=attr-fe-disabled><a href="#disabled5">disabled</a></code>
+   attribute is used to make the control non-interactive and to prevent its
+   value from being submitted.
 
   <p class=big-issue>... <dfn id=autofocus
    title=attr-input-autofocus><code>autofocus</code></dfn>
 
-  <p class=big-issue>... <code title=attr-fe-disabled><a
-   href="#disabled5">disabled</a></code>
-
   <p>The semantics and processing rules of the <dfn id=accept
    title=attr-input-accept><code>accept</code></dfn>, <dfn id=alt4
    title=attr-input-alt><code>alt</code></dfn>, <dfn id=autocomplete
@@ -27800,6 +27799,9 @@
    href="#button2">button</a></code> element with its <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.
+   The <code title=attr-fe-disabled><a href="#disabled5">disabled</a></code>
+   attribute is used to make the control non-interactive and to prevent its
+   value from being submitted.
 
   <p>The <code title=dom-cva-willValidate><a
    href="#willvalidate">willValidate</a></code>, <code
@@ -27893,6 +27895,9 @@
    href="#select">select</a></code> element with its <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.
+   The <code title=attr-fe-disabled><a href="#disabled5">disabled</a></code>
+   attribute is used to make the control non-interactive and to prevent its
+   value from being submitted.
 
   <p>The <code title=dom-cva-willValidate><a
    href="#willvalidate">willValidate</a></code>, <code
@@ -28132,6 +28137,9 @@
    href="#textarea">textarea</a></code> element with its <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.
+   The <code title=attr-fe-disabled><a href="#disabled5">disabled</a></code>
+   attribute is used to make the control non-interactive and to prevent its
+   value from being submitted.
 
   <p>The <code title=dom-cva-willValidate><a
    href="#willvalidate">willValidate</a></code>, <code

Modified: source
===================================================================
--- source	2008-09-16 21:52:52 UTC (rev 2197)
+++ source	2008-09-16 22:27:43 UTC (rev 2198)
@@ -24221,8 +24221,7 @@
 
   <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>. The <code title="attr-fe-name">name</code>
-  attribute represents the element's name.</p>
+  <span>form owner</span>.</p>
 
   <p>The <dfn title="dom-label-htmlFor"><code>htmlFor</code></dfn> DOM
   attribute must <span>reflect</span> the <code
@@ -24459,12 +24458,13 @@
   <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>. The <code title="attr-fe-name">name</code>
-  attribute represents the element's name.</p>
+  attribute represents the element's name. The <code
+  title="attr-fe-disabled">disabled</code> attribute is used to make
+  the control non-interactive and to prevent its value from being
+  submitted.</p>
 
   <p class="big-issue">... <dfn title="attr-input-autofocus"><code>autofocus</code></dfn></p>
 
-  <p class="big-issue">... <code title="attr-fe-disabled">disabled</code></p>
-
   <p>The semantics and processing rules of the <dfn
   title="attr-input-accept"><code>accept</code></dfn>, <dfn
   title="attr-input-alt"><code>alt</code></dfn>, <dfn
@@ -24807,7 +24807,10 @@
   <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>. The <code title="attr-fe-name">name</code>
-  attribute represents the element's name.</p>
+  attribute represents the element's name. The <code
+  title="attr-fe-disabled">disabled</code> attribute is used to make
+  the control non-interactive and to prevent its value from being
+  submitted.</p>
 
   <p>The <code title="dom-cva-willValidate">willValidate</code>,
   <code title="dom-cva-validity">validity</code>, and <code
@@ -24877,7 +24880,10 @@
   <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>. The <code title="attr-fe-name">name</code>
-  attribute represents the element's name.</p>
+  attribute represents the element's name. The <code
+  title="attr-fe-disabled">disabled</code> attribute is used to make
+  the control non-interactive and to prevent its value from being
+  submitted.</p>
 
   <p>The <code title="dom-cva-willValidate">willValidate</code>,
   <code title="dom-cva-validity">validity</code>, and <code
@@ -25051,7 +25057,10 @@
   <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>. The <code title="attr-fe-name">name</code>
-  attribute represents the element's name.</p>
+  attribute represents the element's name. The <code
+  title="attr-fe-disabled">disabled</code> attribute is used to make
+  the control non-interactive and to prevent its value from being
+  submitted.</p>
 
   <p>The <code title="dom-cva-willValidate">willValidate</code>,
   <code title="dom-cva-validity">validity</code>, and <code




More information about the Commit-Watchers mailing list