Skip to content

Commit

Permalink
[] (0) WF2: Define .willValidate
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2223 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2008
1 parent 92629c0 commit 24db9d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 9 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -31062,9 +31062,15 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
<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
Expand Down
10 changes: 8 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -27412,8 +27412,14 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<h5>The <dfn>constraint validation API</dfn></h5>

<p class="big-issue"><dfn
title="dom-cva-willValidate"><code>willValidate</code></dfn> <dfn
<p>The <dfn
title="dom-cva-willValidate"><code>willValidate</code></dfn>
attribute must return true if an element is a <span>candidate for
constraint validation</span>, and false otherwise (i.e. false if any
conditions are <span title="barred from constraint
validation">barring it from constraint validation</span>).</p>

<p class="big-issue"> <dfn
title="dom-cva-validity"><code>validity</code></dfn> <dfn
title="dom-cva-validationMessage"><code>validationMessage</code></dfn>
<dfn
Expand Down

0 comments on commit 24db9d9

Please sign in to comment.