[html5] r6641 - [e] (0) Mention that application/x-www-form-urlencoded; charset does nothing. Fix [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 5 16:08:43 PDT 2011


Author: ianh
Date: 2011-10-05 16:08:41 -0700 (Wed, 05 Oct 2011)
New Revision: 6641

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that application/x-www-form-urlencoded;charset does nothing.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13900

Modified: complete.html
===================================================================
--- complete.html	2011-10-05 22:49:34 UTC (rev 6640)
+++ complete.html	2011-10-05 23:08:41 UTC (rev 6641)
@@ -53203,8 +53203,14 @@
 
    <li><p>Return <var title="">pairs</var>.</li>
 
-  </ol><div class=impl>
+  </ol><p class=note>Parameters on the
+  <code><a href=#application/x-www-form-urlencoded>application/x-www-form-urlencoded</a></code> MIME type are
+  ignored. In particular, this MIME type does not support the <code title="">charset</code> parameter.</p>
 
+
+
+  <div class=impl>
+
   <h5 id=multipart-form-data><span class=secno>4.10.22.6 </span>Multipart form data</h5>
 
   <!-- http://hixie.ch/tests/adhoc/html/forms/submission/multipart_form-data/ -->

Modified: index
===================================================================
--- index	2011-10-05 22:49:34 UTC (rev 6640)
+++ index	2011-10-05 23:08:41 UTC (rev 6641)
@@ -53203,8 +53203,14 @@
 
    <li><p>Return <var title="">pairs</var>.</li>
 
-  </ol><div class=impl>
+  </ol><p class=note>Parameters on the
+  <code><a href=#application/x-www-form-urlencoded>application/x-www-form-urlencoded</a></code> MIME type are
+  ignored. In particular, this MIME type does not support the <code title="">charset</code> parameter.</p>
 
+
+
+  <div class=impl>
+
   <h5 id=multipart-form-data><span class=secno>4.10.22.6 </span>Multipart form data</h5>
 
   <!-- http://hixie.ch/tests/adhoc/html/forms/submission/multipart_form-data/ -->

Modified: source
===================================================================
--- source	2011-10-05 22:49:34 UTC (rev 6640)
+++ source	2011-10-05 23:08:41 UTC (rev 6641)
@@ -59914,8 +59914,13 @@
 
   </ol>
 
+  <p class="note">Parameters on the
+  <code>application/x-www-form-urlencoded</code> MIME type are
+  ignored. In particular, this MIME type does not support the <code
+  title="">charset</code> parameter.</p>
 
 
+
   <div class="impl">
 
   <h5>Multipart form data</h5>




More information about the Commit-Watchers mailing list