[html5] r3873 - [e] (0) More Unicode terminology fixings.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 16 02:41:04 PDT 2009
Author: ianh
Date: 2009-09-16 02:41:03 -0700 (Wed, 16 Sep 2009)
New Revision: 3873
Modified:
index
source
Log:
[e] (0) More Unicode terminology fixings.
Modified: index
===================================================================
--- index 2009-09-16 09:38:25 UTC (rev 3872)
+++ index 2009-09-16 09:41:03 UTC (rev 3873)
@@ -62163,12 +62163,12 @@
motivated by a desire to increase the resilience of user agents in
the face of naï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,
Modified: source
===================================================================
--- source 2009-09-16 09:38:25 UTC (rev 3872)
+++ source 2009-09-16 09:41:03 UTC (rev 3873)
@@ -76742,12 +76742,12 @@
motivated by a desire to increase the resilience of user agents in
the face of naï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,
More information about the Commit-Watchers
mailing list