Skip to content

Commit

Permalink
[ow] (2) <button type= 'reset' and 'button' > is barred from constrai…
Browse files Browse the repository at this point in the history
…nt validation, like <input> with the same types.

git-svn-id: http://svn.whatwg.org/webapps@3846 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 14, 2009
1 parent d6ba658 commit 81212c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index
Expand Up @@ -35811,6 +35811,10 @@ You cannot complete this form until the field is correct.</samp></pre>


<div class=impl> <div class=impl>


<p><strong>Constraint validation</strong>: If the <code title=attr-button-type><a href=#attr-button-type>type</a></code> attribute is in the <a href=#attr-button-type-reset-state title=attr-button-type-reset-state>Reset Button</a> state or
the <a href=#attr-button-type-button-state title=attr-button-type-button-state>Button</a> state,
the element is <a href=#barred-from-constraint-validation>barred from constraint validation</a>.</p>

<p>If the element is not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>, the <a href=#activation-behavior>activation <p>If the element is not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>, the <a href=#activation-behavior>activation
behavior</a> of the <code><a href=#the-button-element>button</a></code> element is to run the behavior</a> of the <code><a href=#the-button-element>button</a></code> element is to run the
steps defined in the following list for the current state of the steps defined in the following list for the current state of the
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -39906,6 +39906,12 @@ You cannot complete this form until the field is correct.</samp></pre>


<div class="impl"> <div class="impl">


<p><strong>Constraint validation</strong>: If the <code
title="attr-button-type">type</code> attribute is in the <span
title="attr-button-type-reset-state">Reset Button</span> state or
the <span title="attr-button-type-button-state">Button</span> state,
the element is <span>barred from constraint validation</span>.</p>

<p>If the element is not <span <p>If the element is not <span
title="concept-fe-disabled">disabled</span>, the <span>activation title="concept-fe-disabled">disabled</span>, the <span>activation
behavior</span> of the <code>button</code> element is to run the behavior</span> of the <code>button</code> element is to run the
Expand Down

0 comments on commit 81212c3

Please sign in to comment.