html5/spec Overview.html,1.3571,1.3572

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

Modified Files:
	Overview.html 
Log Message:
Remove nonsensical restriction on <button value>. (whatwg r4472)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3571
retrieving revision 1.3572
diff -u -d -r1.3571 -r1.3572
--- Overview.html	5 Jan 2010 06:14:02 -0000	1.3571
+++ Overview.html	5 Jan 2010 06:26:14 -0000	1.3572
@@ -32363,11 +32363,9 @@
   be used to make submit buttons that do not trigger the constraint
   validation.<p>The <dfn id="attr-button-value" title="attr-button-value"><code>value</code></dfn>
   attribute gives the element's value for the purposes of form
-  submission. The <code title="attr-button-value"><a href="#attr-button-value">value</a></code>
-  attribute must not be present unless the <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is present. The
-  element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is the value
-  of the element's <code title="attr-button-value"><a href="#attr-button-value">value</a></code>
-  attribute, if there is one, or the empty string otherwise.<p class="note">A button (and its value) is only included in the
+  submission. The element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is the value of the element's
+  <code title="attr-button-value"><a href="#attr-button-value">value</a></code> attribute, if there is
+  one, or the empty string otherwise.<p class="note">A button (and its value) is only included in the
   form submission if the button itself was used to initiate the form
   submission.<div class="impl">
 

Received on Tuesday, 5 January 2010 06:26:21 UTC