[html5] r874 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 6 17:40:43 PDT 2007
Author: ianh
Date: 2007-06-06 17:40:41 -0700 (Wed, 06 Jun 2007)
New Revision: 874
Modified:
index
source
Log:
[c] (0) Make U+0000 characters a parse error.
Modified: index
===================================================================
--- index 2007-06-07 00:26:31 UTC (rev 873)
+++ index 2007-06-07 00:40:41 UTC (rev 874)
@@ -33352,7 +33352,8 @@
<p>A leading U+FEFF BYTE ORDER MARK (BOM) must be dropped if present.
<p>All U+0000 NULL characters in the input must be replaced by U+FFFD
- REPLACEMENT CHARACTERs.
+ REPLACEMENT CHARACTERs. Any occurrences of such characters is a <a
+ href="#parse">parse error</a>.
<p>U+000D CARRIAGE RETURN (CR) characters, and U+000A LINE FEED (LF)
characters, are treated specially. Any CR characters that are followed by
Modified: source
===================================================================
--- source 2007-06-07 00:26:31 UTC (rev 873)
+++ source 2007-06-07 00:40:41 UTC (rev 874)
@@ -30944,7 +30944,8 @@
present.</p>
<p>All U+0000 NULL characters in the input must be replaced by
- U+FFFD REPLACEMENT CHARACTERs.</p>
+ U+FFFD REPLACEMENT CHARACTERs. Any occurrences of such characters is
+ a <span>parse error</span>.</p>
<p>U+000D CARRIAGE RETURN (CR) characters, and U+000A LINE FEED (LF)
characters, are treated specially. Any CR characters that are
More information about the Commit-Watchers
mailing list