html5/spec Overview.html,1.1395,1.1396

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23571

Modified Files:
	Overview.html 
Log Message:
WF2: Define .willValidate (whatwg r2223)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1395
retrieving revision 1.1396
diff -u -d -r1.1395 -r1.1396
--- Overview.html	19 Sep 2008 09:11:30 -0000	1.1395
+++ Overview.html	19 Sep 2008 09:15:22 -0000	1.1396
@@ -31069,9 +31069,15 @@
   <h5 id=the-constraint><span class=secno>4.10.15.3. </span>The <dfn
    id=constraint0>constraint validation API</dfn></h5>
 
-  <p class=big-issue><dfn id=willvalidate
-   title=dom-cva-willValidate><code>willValidate</code></dfn> <dfn
-   id=validity title=dom-cva-validity><code>validity</code></dfn> <dfn
+  <p>The <dfn id=willvalidate
+   title=dom-cva-willValidate><code>willValidate</code></dfn> attribute must
+   return true if an element is a <a href="#candidate">candidate for
+   constraint validation</a>, and false otherwise (i.e. false if any
+   conditions are <span title="barred from constraint validation">barring it
+   from constraint validation</span>).
+
+  <p class=big-issue> <dfn id=validity
+   title=dom-cva-validity><code>validity</code></dfn> <dfn
    id=validationmessage
    title=dom-cva-validationMessage><code>validationMessage</code></dfn> <dfn
    id=checkvalidity0

Received on Friday, 19 September 2008 09:15:58 UTC