html5/spec-author-view Overview.html,1.570,1.571 spec.html,1.575,1.576 the-button-element.html,1.9,1.10

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv20099

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

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -d -r1.570 -r1.571
--- Overview.html	5 Jan 2010 06:17:12 -0000	1.570
+++ Overview.html	5 Jan 2010 06:37:20 -0000	1.571
@@ -281,7 +281,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3571.
+This is revision 1.3572.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- the-button-element.html	3 Jan 2010 15:15:07 -0000	1.9
+++ the-button-element.html	5 Jan 2010 06:37:21 -0000	1.10
@@ -347,11 +347,9 @@
   be used to make submit buttons that do not trigger the constraint
   validation.</p><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="association-of-controls-and-forms.html#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><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><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.</p><div class="example">
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.575
retrieving revision 1.576
diff -u -d -r1.575 -r1.576
--- spec.html	5 Jan 2010 06:17:12 -0000	1.575
+++ spec.html	5 Jan 2010 06:37:20 -0000	1.576
@@ -279,7 +279,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3571.
+This is revision 1.3572.
    </p>
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -17237,11 +17237,9 @@
   be used to make submit buttons that do not trigger the constraint
   validation.</p><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><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><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.</p><div class=example>
 

Received on Tuesday, 5 January 2010 06:37:24 UTC