Skip to content

Commit

Permalink
[c] (0) Remove nonsensical restriction on <button value>.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8240

git-svn-id: http://svn.whatwg.org/webapps@4472 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent c0ce245 commit a07f357
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
8 changes: 3 additions & 5 deletions complete.html
Expand Up @@ -36537,11 +36537,9 @@ <h4 id=the-button-element><span class=secno>4.10.6 </span>The <dfn><code>button<

<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>
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
Expand Down
8 changes: 3 additions & 5 deletions index
Expand Up @@ -36372,11 +36372,9 @@ You cannot complete this form until the field is correct.</samp></pre>

<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>
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
Expand Down
10 changes: 4 additions & 6 deletions source
Expand Up @@ -40529,12 +40529,10 @@ You cannot complete this form until the field is correct.</samp></pre>

<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
Expand Down

0 comments on commit a07f357

Please sign in to comment.