[html5] r6660 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13780
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 11 15:55:12 PDT 2011
Author: ianh
Date: 2011-10-11 15:55:10 -0700 (Tue, 11 Oct 2011)
New Revision: 6660
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13780
Modified: complete.html
===================================================================
--- complete.html 2011-10-11 22:35:20 UTC (rev 6659)
+++ complete.html 2011-10-11 22:55:10 UTC (rev 6660)
@@ -53123,10 +53123,8 @@
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="">default
- 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
+ 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
the first name-value pair will have as its name the empty
@@ -53205,7 +53203,8 @@
<li><p>If any of the name-value pairs in <var title="">pairs</var>
have a name component consisting of the string "<code title="">_charset_</code>" encoded in US-ASCII, and the value
component of the first such pair, when decoded as US-ASCII, is the
- name of a supported character encoding, then let <var title="">encoding</var> be that character encoding.</li>
+ name of a supported character encoding, then let <var title="">encoding</var> be that character encoding (replacing the
+ default passed to the algorithm).</li>
<li><p>Convert the name and value components of each name-value
pair in <var title="">pairs</var> to Unicode by interpreting the
Modified: index
===================================================================
--- index 2011-10-11 22:35:20 UTC (rev 6659)
+++ index 2011-10-11 22:55:10 UTC (rev 6660)
@@ -53123,10 +53123,8 @@
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="">default
- 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
+ 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
the first name-value pair will have as its name the empty
@@ -53205,7 +53203,8 @@
<li><p>If any of the name-value pairs in <var title="">pairs</var>
have a name component consisting of the string "<code title="">_charset_</code>" encoded in US-ASCII, and the value
component of the first such pair, when decoded as US-ASCII, is the
- name of a supported character encoding, then let <var title="">encoding</var> be that character encoding.</li>
+ name of a supported character encoding, then let <var title="">encoding</var> be that character encoding (replacing the
+ default passed to the algorithm).</li>
<li><p>Convert the name and value components of each name-value
pair in <var title="">pairs</var> to Unicode by interpreting the
Modified: source
===================================================================
--- source 2011-10-11 22:35:20 UTC (rev 6659)
+++ source 2011-10-11 22:55:10 UTC (rev 6660)
@@ -59797,10 +59797,10 @@
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="">default
- 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
+ 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
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
@@ -59901,7 +59901,8 @@
title="">_charset_</code>" encoded in US-ASCII, and the value
component of the first such pair, when decoded as US-ASCII, is the
name of a supported character encoding, then let <var
- title="">encoding</var> be that character encoding.</p></li>
+ title="">encoding</var> be that character encoding (replacing the
+ default passed to the algorithm).</p></li>
<li><p>Convert the name and value components of each name-value
pair in <var title="">pairs</var> to Unicode by interpreting the
More information about the Commit-Watchers
mailing list