HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4472

SVNBugCommentTime (UTC)
44728240[Conformance Checkers] Remove nonsensical restriction on <button value>.2010-01-05 06:26
Index: source
===================================================================
--- source	(revision 4471)
+++ source	(revision 4472)
@@ -40529,12 +40529,10 @@
 
   <p>The <dfn 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">value</code>
-  attribute must not be present unless the <code
-  title="attr-fae-form">form</code> attribute is present. The
-  element's <span title="concept-fe-value">value</span> is the value
-  of the element's <code title="attr-button-value">value</code>
-  attribute, if there is one, or the empty string otherwise.</p>
+  submission. The element's <span
+  title="concept-fe-value">value</span> is the value of the element's
+  <code title="attr-button-value">value</code> attribute, if there is
+  one, or the empty string otherwise.</p>
 
   <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

|