- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 06:03:54 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Prepare <input> section for subsections. (whatwg r2194) selected file http://people.w3.org/mike/diffs/html5/spec/Overview.1.1367.html#selected0 4.9.5 The button element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1367.html#the-button button http://people.w3.org/mike/diffs/html5/spec/Overview.1.1367.html#button button http://people.w3.org/mike/diffs/html5/spec/Overview.1.1367.html#button0 checked http://people.w3.org/mike/diffs/html5/spec/Overview.1.1367.html#checked http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1366&r2=1.1367&f=h http://html5.org/tools/web-apps-tracker?from=2193&to=2194 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1366 retrieving revision 1.1367 diff -u -d -r1.1366 -r1.1367 --- Overview.html 16 Sep 2008 20:51:09 -0000 1.1366 +++ Overview.html 16 Sep 2008 21:00:51 -0000 1.1367 @@ -27319,14 +27319,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> @@ -27339,17 +27354,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>
Received on Tuesday, 16 September 2008 21:04:34 UTC