- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Sep 2008 21:00:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10459
Modified Files:
Overview.html
Log Message:
WF2: Prepare <input> section for subsections. (whatwg r2194)
Index: Overview.html
===================================================================
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:01:28 UTC