Short URL: http://html5.org/r/3873
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3873 | More Unicode terminology fixings. | 2009-09-16 09:41 |
Index: source =================================================================== --- source (revision 3872) +++ source (revision 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,