- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 05:53:04 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify that 'invalid' sometimes has a default action and sometimes doesn't. (whatwg r4010) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3171&r2=1.3172&f=h http://html5.org/tools/web-apps-tracker?from=4009&to=4010 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3171 retrieving revision 1.3172 diff -u -d -r1.3171 -r1.3172 --- Overview.html 28 Sep 2009 20:08:59 -0000 1.3171 +++ Overview.html 28 Sep 2009 20:52:44 -0000 1.3172 @@ -34143,9 +34143,10 @@ </dl><p>When the <dfn id="dom-cva-checkvalidatity" title="dom-cva-checkValidatity"><code>checkValidity()</code></dfn> method is invoked, if the element is a <a href="#candidate-for-constraint-validation">candidate for constraint validation</a> and does not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy its constraints</a>, the user - agent must <a href="#fire-a-simple-event">fire a simple event</a> called <code title="event-invalid">invalid</code> that is cancelable (but has no - default action) at the element and return false. Otherwise, it must - only return true without doing anything else.</p> + agent must <a href="#fire-a-simple-event">fire a simple event</a> called <code title="event-invalid">invalid</code> that is cancelable (but in this + case has no default action) at the element and return + false. Otherwise, it must only return true without doing anything + else.</p> <p>The <dfn id="dom-cva-validationmessage" title="dom-cva-validationMessage"><code>validationMessage</code></dfn> attribute must return the empty string if the element is not a
Received on Monday, 28 September 2009 20:53:41 UTC