[html5] r2194 - [] (0) WF2: Prepare <input> section for subsections.

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 16 14:00:48 PDT 2008


Author: ianh
Date: 2008-09-16 14:00:47 -0700 (Tue, 16 Sep 2008)
New Revision: 2194

Modified:
   index
   source
Log:
[] (0) WF2: Prepare <input> section for subsections.

Modified: index
===================================================================
--- index	2008-09-16 20:51:05 UTC (rev 2193)
+++ index	2008-09-16 21:00:47 UTC (rev 2194)
@@ -27312,14 +27312,29 @@
      <td> A button
   </table>
 
-  <p class=big-issue>...
-
   <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>. The <code title=attr-fe-name><a
    href="#name11">name</a></code> attribute represents the element's name.
 
+  <p>The <code title=dom-cva-willValidate><a
+   href="#willvalidate">willValidate</a></code>, <code
+   title=dom-cva-validity><a href="#validity">validity</a></code>, and <code
+   title=dom-cva-validationMessage><a
+   href="#validationmessage">validationMessage</a></code> attributes, and the
+   <code title=dom-cva-checkValidatity><a
+   href="#checkvalidity0">checkValidity()</a></code> and <code
+   title=dom-cva-setCustomValidity><a
+   href="#setcustomvalidity">setCustomValidity()</a></code> methods, are part
+   of the <a href="#constraint0">constraint validation API</a>.
+
+  <p>The semantics and processing rules of the other attributes depend on the
+   state of the <code title=attr-input-type><a href="#type12">type</a></code>
+   attribute, and are defined in the sections below.
+
+  <p class=big-issue>...
+
   <p class=big-issue>... <dfn id=checked
    title=concept-input-checked>checked</dfn>
 
@@ -27332,17 +27347,6 @@
 rel="" on submit buttons?
 -->
 
-  <p>The <code title=dom-cva-willValidate><a
-   href="#willvalidate">willValidate</a></code>, <code
-   title=dom-cva-validity><a href="#validity">validity</a></code>, and <code
-   title=dom-cva-validationMessage><a
-   href="#validationmessage">validationMessage</a></code> attributes, and the
-   <code title=dom-cva-checkValidatity><a
-   href="#checkvalidity0">checkValidity()</a></code> and <code
-   title=dom-cva-setCustomValidity><a
-   href="#setcustomvalidity">setCustomValidity()</a></code> methods, are part
-   of the <a href="#constraint0">constraint validation API</a>.
-
   <h4 id=the-button><span class=secno>4.9.5 </span>The <dfn
    id=button0><code>button</code></dfn> element</h4>
 

Modified: source
===================================================================
--- source	2008-09-16 20:51:05 UTC (rev 2193)
+++ source	2008-09-16 21:00:47 UTC (rev 2194)
@@ -24453,13 +24453,26 @@
      <td> A button
   </table>
 
-  <p class="big-issue">...</p>
-
   <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>
 
+  <p>The <code title="dom-cva-willValidate">willValidate</code>,
+  <code title="dom-cva-validity">validity</code>, and <code
+  title="dom-cva-validationMessage">validationMessage</code>
+  attributes, and the <code
+  title="dom-cva-checkValidatity">checkValidity()</code> and
+  <code
+  title="dom-cva-setCustomValidity">setCustomValidity()</code>
+  methods, are part of the <span>constraint validation API</span>.</p>
+
+  <p>The semantics and processing rules of the other attributes depend
+  on the state of the <code title="attr-input-type">type</code>
+  attribute, and are defined in the sections below.</p>
+
+  <p class="big-issue">...</p>
+
   <p class="big-issue">... <dfn title="concept-input-checked">checked</dfn></p>
 
   <p class="big-issue">... image: <dfn title="concept-input-type-image-coordinate">selected coordinate</dfn></p>
@@ -24470,17 +24483,8 @@
 rel="" on submit buttons?
 -->
 
-  <p>The <code title="dom-cva-willValidate">willValidate</code>,
-  <code title="dom-cva-validity">validity</code>, and <code
-  title="dom-cva-validationMessage">validationMessage</code>
-  attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and
-  <code
-  title="dom-cva-setCustomValidity">setCustomValidity()</code>
-  methods, are part of the <span>constraint validation API</span>.</p>
 
 
-
   <h4>The <dfn><code>button</code></dfn> element</h4>
 
   <dl class="element">




More information about the Commit-Watchers mailing list