[html5] r3846 - [ow] (2) <button type= 'reset' and 'button' > is barred from constraint validati [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 14 04:34:20 PDT 2009
Author: ianh
Date: 2009-09-14 04:34:19 -0700 (Mon, 14 Sep 2009)
New Revision: 3846
Modified:
index
source
Log:
[ow] (2) <button type= 'reset' and 'button' > is barred from constraint validation, like <input> with the same types.
Modified: index
===================================================================
--- index 2009-09-14 11:22:06 UTC (rev 3845)
+++ index 2009-09-14 11:34:19 UTC (rev 3846)
@@ -35811,6 +35811,10 @@
<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
Modified: source
===================================================================
--- source 2009-09-14 11:22:06 UTC (rev 3845)
+++ source 2009-09-14 11:34:19 UTC (rev 3846)
@@ -39906,6 +39906,12 @@
<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
More information about the Commit-Watchers
mailing list