Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) s/codepoint/code point/ for consistency
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11644

git-svn-id: http://svn.whatwg.org/webapps@5822 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2011
1 parent 06d7ae7 commit ce67c02
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -3698,8 +3698,8 @@ <h3 id=utf-8><span class=secno>2.4 </span>UTF-8</h3>
<dd>Each byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>

</dl><p>For the purposes of the above requirements, an <dfn id=overlong-form>overlong
form</dfn> in UTF-8 is a sequence that encodes a codepoint using
more bytes than the minimum needed to encode that codepoint in
form</dfn> in UTF-8 is a sequence that encodes a code point using
more bytes than the minimum needed to encode that code point in
UTF-8.</p>

<p class=example>For example, the byte string "41 98 BA 42 E2 98
Expand Down Expand Up @@ -48971,7 +48971,7 @@ <h5 id=url-encoded-form-data><span class=secno>4.10.22.4 </span>URL-encoded form
0x30 to 0x39, 0x41 to 0x5A, 0x5F, 0x61 to 0x7A</dt>

<dd><p>Append to <var title="">s</var> the Unicode
character with the codepoint equal to the byte.</dd>
character with the code point equal to the byte.</dd>

<dt>Otherwise</dt>

Expand Down Expand Up @@ -77549,7 +77549,7 @@ <h5 id=preprocessing-the-input-stream><span class=secno>12.2.2.3 </span>Preproce

<p>Code points in the range U+D800 to U+DFFF<!-- surrogates are not
allowed e.g. in UTF-8, and we don't want them to suddenly turn into
codepoints when they go through a UTF-16 pipe --> in the input must
code points when they go through a UTF-16 pipe --> in the input must
be replaced by U+FFFD REPLACEMENT CHARACTERs. Any occurrences of
such characters and code points are <a href=#parse-error title="parse error">parse
errors</a>.</p>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -3677,8 +3677,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<dd>Each byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>

</dl><p>For the purposes of the above requirements, an <dfn id=overlong-form>overlong
form</dfn> in UTF-8 is a sequence that encodes a codepoint using
more bytes than the minimum needed to encode that codepoint in
form</dfn> in UTF-8 is a sequence that encodes a code point using
more bytes than the minimum needed to encode that code point in
UTF-8.</p>

<p class=example>For example, the byte string "41 98 BA 42 E2 98
Expand Down Expand Up @@ -48953,7 +48953,7 @@ fur
0x30 to 0x39, 0x41 to 0x5A, 0x5F, 0x61 to 0x7A</dt>

<dd><p>Append to <var title="">s</var> the Unicode
character with the codepoint equal to the byte.</dd>
character with the code point equal to the byte.</dd>

<dt>Otherwise</dt>

Expand Down Expand Up @@ -73525,7 +73525,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<p>Code points in the range U+D800 to U+DFFF<!-- surrogates are not
allowed e.g. in UTF-8, and we don't want them to suddenly turn into
codepoints when they go through a UTF-16 pipe --> in the input must
code points when they go through a UTF-16 pipe --> in the input must
be replaced by U+FFFD REPLACEMENT CHARACTERs. Any occurrences of
such characters and code points are <a href=#parse-error title="parse error">parse
errors</a>.</p>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -2667,8 +2667,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dl>

<p>For the purposes of the above requirements, an <dfn>overlong
form</dfn> in UTF-8 is a sequence that encodes a codepoint using
more bytes than the minimum needed to encode that codepoint in
form</dfn> in UTF-8 is a sequence that encodes a code point using
more bytes than the minimum needed to encode that code point in
UTF-8.</p>

<p class="example">For example, the byte string "41 98 BA 42 E2 98
Expand Down Expand Up @@ -55059,7 +55059,7 @@ fur
0x30 to 0x39, 0x41 to 0x5A, 0x5F, 0x61 to 0x7A</dt>

<dd><p>Append to <var title="">s</var> the Unicode
character with the codepoint equal to the byte.</p></dd>
character with the code point equal to the byte.</p></dd>

<dt>Otherwise</dt>

Expand Down Expand Up @@ -87815,7 +87815,7 @@ interface <span>WindowLocalStorage</span> {

<p>Code points in the range U+D800 to U+DFFF<!-- surrogates are not
allowed e.g. in UTF-8, and we don't want them to suddenly turn into
codepoints when they go through a UTF-16 pipe --> in the input must
code points when they go through a UTF-16 pipe --> in the input must
be replaced by U+FFFD REPLACEMENT CHARACTERs. Any occurrences of
such characters and code points are <span title="parse error">parse
errors</span>.</p>
Expand Down

0 comments on commit ce67c02

Please sign in to comment.