- From: poot <cvsmail@w3.org>
- Date: Tue, 25 Oct 2011 00:26:38 -0400
- To: public-html-diffs@w3.org
hixie: xref (whatwg r6751)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5411&r2=1.5412&f=h
http://html5.org/tools/web-apps-tracker?from=6750&to=6751
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5411
retrieving revision 1.5412
diff -u -d -r1.5411 -r1.5412
--- Overview.html 25 Oct 2011 03:27:41 -0000 1.5411
+++ Overview.html 25 Oct 2011 04:26:09 -0000 1.5412
@@ -40701,11 +40701,12 @@
<li><p>Encode <var title="">result</var> as US-ASCII and return the
resulting byte stream.</li>
- </ol></div><p>To decode <code><a href="#application-x-www-form-urlencoded">application/x-www-form-urlencoded</a></code>
- payloads, the following algorithm should be used. This algorithm
- uses as inputs the payload itself, <var title="">payload</var>,
- consisting of a Unicode string using only characters in the range
- U+0000 to U+007F; a default character encoding <var title="">encoding</var>; and optionally an <var title="">isindex</var> flag indicating that the payload is to be
+ </ol></div><p>To <dfn id="application-x-www-form-urlencoded-decoding-algorithm" title="application/x-www-form-urlencoded decoding
+ algorithm">decode <code>application/x-www-form-urlencoded</code>
+ payloads</dfn>, the following algorithm should be used. This
+ algorithm uses as inputs the payload itself, <var title="">payload</var>, consisting of a Unicode string using only
+ characters in the range U+0000 to U+007F; a default character
+ encoding <var title="">encoding</var>; and optionally an <var title="">isindex</var> flag indicating that the payload is to be
processed as if it had been generated for a form containing an <code title="attr-fe-name-isindex"><a href="#attr-fe-name-isindex">isindex</a></code> control. The output of
this algorithm is a sorted list of name-value pairs. If the <var title="">isindex</var> flag is set and the first control really was
an <code title="attr-fe-name-isindex"><a href="#attr-fe-name-isindex">isindex</a></code> control, then
@@ -69357,6 +69358,8 @@
<dt>Published specification:</dt>
<dd>
This document is the relevant specification.
+ Algorithms for <a href="#application-x-www-form-urlencoded-encoding-algorithm" title="application/x-www-form-urlencoded encoding algorithm">encoding</a>
+ and <a href="#application-x-www-form-urlencoded-decoding-algorithm" title="application/x-www-form-urlencoded decoding algorithm">decoding</a> are defined.
</dd>
<dt>Applications that use this media type:</dt>
<dd>
Received on Tuesday, 25 October 2011 04:26:57 UTC