Skip to content

Commit

Permalink
[e] (0) Clarify that 'invalid' sometimes has a default action and som…
Browse files Browse the repository at this point in the history
…etimes doesn't.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7550

git-svn-id: http://svn.whatwg.org/webapps@4010 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2009
1 parent 5383e7c commit b52e8bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -38440,9 +38440,10 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
</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
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -43068,9 +43068,10 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
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>
Expand Down

0 comments on commit b52e8bc

Please sign in to comment.