html5/spec Overview.html,1.3012,1.3013

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25382

Modified Files:
	Overview.html 
Log Message:
<button type= 'reset' and 'button' > is barred from constraint validation, like <input> with the same types. (whatwg r3846)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3012
retrieving revision 1.3013
diff -u -d -r1.3012 -r1.3013
--- Overview.html	14 Sep 2009 11:16:48 -0000	1.3012
+++ Overview.html	14 Sep 2009 11:29:00 -0000	1.3013
@@ -31806,6 +31806,10 @@
   the <a href="#attr-button-type-submit-state" title="attr-button-type-submit-state">Submit Button</a>
   state, the element is specifically a <a href="#concept-submit-button" title="concept-submit-button">submit button</a>.<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

Received on Monday, 14 September 2009 11:29:13 UTC