- From: poot <cvsmail@w3.org>
- Date: Fri, 19 Sep 2008 18:18:23 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Define .willValidate (whatwg r2223)
checkValidity()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1396.html#checkvalidity0
validity
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1396.html#validity
willValidate
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1396.html#willvalidate
4.10.15.3. The constraint validation API
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1396.html#the-constraint
constraint validation API
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1396.html#constraint0
validationMessage
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1396.html#validationmessage
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1395&r2=1.1396&f=h
http://html5.org/tools/web-apps-tracker?from=2222&to=2223
===================================================================
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:18:59 UTC