Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[ow] (2) <button type= 'reset' and 'button' > is barred from constrai…
…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
|
||
<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 | ||
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 |
|
||
<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 | ||
title="concept-fe-disabled">disabled</span>, the <span>activation | ||
behavior</span> of the <code>button</code> element is to run the |