[html5] r7648 - [giow] (3) Fix broken logic around IDL attributes for form submission. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 24 15:45:38 PST 2013
Author: ianh
Date: 2013-01-24 15:45:37 -0800 (Thu, 24 Jan 2013)
New Revision: 7648
Modified:
complete.html
index
source
Log:
[giow] (3) Fix broken logic around IDL attributes for form submission.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17185
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-01-24 01:38:46 UTC (rev 7647)
+++ complete.html 2013-01-24 23:45:37 UTC (rev 7648)
@@ -54653,9 +54653,8 @@
<code><a href=#the-dialog-element>dialog</a></code> box in which the form finds itself, if any, and
otherwise not submit.</li>
- </ul><p>The <i>invalid value default</i> for these attributes is the
- <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state. (There is no
- <i>missing value default</i>.)</p>
+ </ul><p>The <i>invalid value default</i> for these attributes is the <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state. The <i>missing value default</i> for the <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute is also the <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state. (There is no <i>missing value default</i> for the
+ <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute.)</p>
<p>The <dfn id=concept-fs-method title=concept-fs-method>method</dfn> of an element is
one of those states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute, then the
@@ -54671,9 +54670,10 @@
<ul><li>The "<dfn id=attr-fs-enctype-urlencoded title=attr-fs-enctype-urlencoded><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li>
<li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li>
<li>The "<dfn id=attr-fs-enctype-text title=attr-fs-enctype-text><code>text/plain</code></dfn>" keyword and corresponding state.</li>
- </ul><p>The <i>invalid value default</i> for these attributes is the
- <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code>
- state. (There is no <i>missing value default</i>.)</p>
+ </ul><p>The <i>invalid value default</i> for these attributes is the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code> state. The <i>missing
+ value default</i> for the <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> attribute is also the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code> state. (There is no
+ <i>missing value default</i> for the <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>
+ attribute.)</p>
<p>The <dfn id=concept-fs-enctype title=concept-fs-enctype>enctype</dfn> of an element
is one of those three states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code> attribute, then the
Modified: index
===================================================================
--- index 2013-01-24 01:38:46 UTC (rev 7647)
+++ index 2013-01-24 23:45:37 UTC (rev 7648)
@@ -54653,9 +54653,8 @@
<code><a href=#the-dialog-element>dialog</a></code> box in which the form finds itself, if any, and
otherwise not submit.</li>
- </ul><p>The <i>invalid value default</i> for these attributes is the
- <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state. (There is no
- <i>missing value default</i>.)</p>
+ </ul><p>The <i>invalid value default</i> for these attributes is the <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state. The <i>missing value default</i> for the <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute is also the <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state. (There is no <i>missing value default</i> for the
+ <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute.)</p>
<p>The <dfn id=concept-fs-method title=concept-fs-method>method</dfn> of an element is
one of those states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute, then the
@@ -54671,9 +54670,10 @@
<ul><li>The "<dfn id=attr-fs-enctype-urlencoded title=attr-fs-enctype-urlencoded><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li>
<li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li>
<li>The "<dfn id=attr-fs-enctype-text title=attr-fs-enctype-text><code>text/plain</code></dfn>" keyword and corresponding state.</li>
- </ul><p>The <i>invalid value default</i> for these attributes is the
- <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code>
- state. (There is no <i>missing value default</i>.)</p>
+ </ul><p>The <i>invalid value default</i> for these attributes is the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code> state. The <i>missing
+ value default</i> for the <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> attribute is also the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code> state. (There is no
+ <i>missing value default</i> for the <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>
+ attribute.)</p>
<p>The <dfn id=concept-fs-enctype title=concept-fs-enctype>enctype</dfn> of an element
is one of those three states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code> attribute, then the
Modified: source
===================================================================
--- source 2013-01-24 01:38:46 UTC (rev 7647)
+++ source 2013-01-24 23:45:37 UTC (rev 7648)
@@ -63793,9 +63793,11 @@
</ul>
- <p>The <i>invalid value default</i> for these attributes is the
- <span title="attr-fs-method-GET">GET</span> state. (There is no
- <i>missing value default</i>.)</p>
+ <p>The <i>invalid value default</i> for these attributes is the <span
+ title="attr-fs-method-GET">GET</span> state. The <i>missing value default</i> for the <code
+ title="attr-fs-method">method</code> attribute is also the <span
+ title="attr-fs-method-GET">GET</span> state. (There is no <i>missing value default</i> for the
+ <code title="attr-fs-formmethod">formmethod</code> attribute.)</p>
<p>The <dfn title="concept-fs-method">method</dfn> of an element is
one of those states. If the element is a <span
@@ -63818,10 +63820,12 @@
<li>The "<dfn title="attr-fs-enctype-text"><code>text/plain</code></dfn>" keyword and corresponding state.</li>
</ul>
- <p>The <i>invalid value default</i> for these attributes is the
- <code
- title="attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</code>
- state. (There is no <i>missing value default</i>.)</p>
+ <p>The <i>invalid value default</i> for these attributes is the <code
+ title="attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</code> state. The <i>missing
+ value default</i> for the <code title="attr-fs-enctype">enctype</code> attribute is also the <code
+ title="attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</code> state. (There is no
+ <i>missing value default</i> for the <code title="attr-fs-formenctype">formenctype</code>
+ attribute.)</p>
<p>The <dfn title="concept-fs-enctype">enctype</dfn> of an element
is one of those three states. If the element is a <span
More information about the Commit-Watchers
mailing list