- From: poot <cvsmail@w3.org>
- Date: Wed, 05 Oct 2011 19:11:56 -0400
- To: public-html-diffs@w3.org
hixie: Mention that application/x-www-form-urlencoded;charset does
nothing. (whatwg r6641)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5324&r2=1.5325&f=h
http://html5.org/tools/web-apps-tracker?from=6640&to=6641
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5324
retrieving revision 1.5325
diff -u -d -r1.5324 -r1.5325
--- Overview.html 5 Oct 2011 22:52:37 -0000 1.5324
+++ Overview.html 5 Oct 2011 23:11:44 -0000 1.5325
@@ -40647,7 +40647,9 @@
<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.<div class="impl">
<h5 id="multipart-form-data"><span class="secno">4.10.22.6 </span>Multipart form data</h5>
Received on Wednesday, 5 October 2011 23:11:57 UTC