[html5] r4010 - [e] (0) Clarify that 'invalid' sometimes has a default action and sometimes does [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 28 14:00:59 PDT 2009


Author: ianh
Date: 2009-09-28 14:00:58 -0700 (Mon, 28 Sep 2009)
New Revision: 4010

Modified:
   index
   source
Log:
[e] (0) Clarify that 'invalid' sometimes has a default action and sometimes doesn't.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7550

Modified: index
===================================================================
--- index	2009-09-28 20:17:13 UTC (rev 4009)
+++ index	2009-09-28 21:00:58 UTC (rev 4010)
@@ -38440,9 +38440,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

Modified: source
===================================================================
--- source	2009-09-28 20:17:13 UTC (rev 4009)
+++ source	2009-09-28 21:00:58 UTC (rev 4010)
@@ -43068,9 +43068,10 @@
   constraint validation</span> and does not <span
   title="concept-fv-valid">satisfy its constraints</span>, the user
   agent must <span>fire a simple event</span> 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>
+  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
   title="dom-cva-validationMessage"><code>validationMessage</code></dfn>




More information about the Commit-Watchers mailing list