Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13780

git-svn-id: http://svn.whatwg.org/webapps@6660 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 11, 2011
1 parent abb0683 commit e248421
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
9 changes: 4 additions & 5 deletions complete.html
Expand Up @@ -53123,10 +53123,8 @@ <h5 id=url-encoded-form-data><span class=secno>4.10.22.5 </span>URL-encoded form
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
Expand Down Expand Up @@ -53205,7 +53203,8 @@ <h5 id=url-encoded-form-data><span class=secno>4.10.22.5 </span>URL-encoded form
<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
Expand Down
9 changes: 4 additions & 5 deletions index
Expand Up @@ -53123,10 +53123,8 @@ fur
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
Expand Down Expand Up @@ -53205,7 +53203,8 @@ fur
<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
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -59797,10 +59797,10 @@ fur
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
Expand Down Expand Up @@ -59901,7 +59901,8 @@ fur
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
Expand Down

0 comments on commit e248421

Please sign in to comment.