[html5] r6751 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14516

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 24 21:22:08 PDT 2011


Author: ianh
Date: 2011-10-24 21:22:06 -0700 (Mon, 24 Oct 2011)
New Revision: 6751

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14516

Modified: complete.html
===================================================================
--- complete.html	2011-10-25 03:23:38 UTC (rev 6750)
+++ complete.html	2011-10-25 04:22:06 UTC (rev 6751)
@@ -53083,11 +53083,12 @@
 
   </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
+  <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
@@ -97811,6 +97812,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>

Modified: index
===================================================================
--- index	2011-10-25 03:23:38 UTC (rev 6750)
+++ index	2011-10-25 04:22:06 UTC (rev 6751)
@@ -53083,11 +53083,12 @@
 
   </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
+  <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
@@ -97811,6 +97812,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>

Modified: source
===================================================================
--- source	2011-10-25 03:23:38 UTC (rev 6750)
+++ source	2011-10-25 04:22:06 UTC (rev 6751)
@@ -59739,12 +59739,13 @@
 
   </div>
 
-  <p>To decode <code>application/x-www-form-urlencoded</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
+  <p>To <dfn 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">isindex</code> control. The output of
@@ -111017,6 +111018,8 @@
    <dt>Published specification:</dt>
    <dd>
     This document is the relevant specification.
+    Algorithms for <span title="application/x-www-form-urlencoded encoding algorithm">encoding</span>
+    and <span title="application/x-www-form-urlencoded decoding algorithm">decoding</span> are defined.
    </dd>
    <dt>Applications that use this media type:</dt>
    <dd>




More information about the Commit-Watchers mailing list