- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Sep 2009 20:52:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4265 Modified Files: Overview.html Log Message: Clarify that 'invalid' sometimes has a default action and sometimes doesn't. (whatwg r4010) Index: Overview.html =================================================================== 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:52:57 UTC