Skip to content

Commit

Permalink
[e] (0) More Unicode terminology fixings.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3873 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2009
1 parent bdeaf05 commit 4c4039c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -62163,12 +62163,12 @@ interface <dfn id=messageport>MessagePort</dfn> {
motivated by a desire to increase the resilience of user agents in
the face of na&iuml;ve transcoders.</p>

<p>All U+0000 NULL characters and characters in the range U+D800 to
<p>All U+0000 NULL characters and code points in the range U+D800 to
U+DFFF<!-- surrogates 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 be replaced by U+FFFD REPLACEMENT
CHARACTERs. Any occurrences of such characters is a <a href=#parse-error>parse
error</a>.</p>
CHARACTERs. Any occurrences of such characters and code points are
<a href=#parse-error title="parse error">parse errors</a>.</p>

<p>Any occurrences of any characters in the ranges U+0001 to U+0008,
<!-- HT, LF allowed --> <!-- U+000B is in the next list --> <!-- FF,
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -76742,12 +76742,12 @@ interface <dfn>MessagePort</dfn> {
motivated by a desire to increase the resilience of user agents in
the face of na&iuml;ve transcoders.</p>

<p>All U+0000 NULL characters and characters in the range U+D800 to
<p>All U+0000 NULL characters and code points in the range U+D800 to
U+DFFF<!-- surrogates 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 be replaced by U+FFFD REPLACEMENT
CHARACTERs. Any occurrences of such characters is a <span>parse
error</span>.</p>
CHARACTERs. Any occurrences of such characters and code points are
<span title="parse error">parse errors</span>.</p>

<p>Any occurrences of any characters in the ranges U+0001 to U+0008,
<!-- HT, LF allowed --> <!-- U+000B is in the next list --> <!-- FF,
Expand Down

0 comments on commit 4c4039c

Please sign in to comment.