- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Oct 2011 23:11:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22700
Modified Files:
Overview.html
Log Message:
Mention that application/x-www-form-urlencoded;charset does nothing. (whatwg r6641)
Index: Overview.html
===================================================================
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:50 UTC