[html5] r4044 - [t] (0) character data doesn't include stuff in markup, oops Fixing http://www.w [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 29 02:48:56 PDT 2009


Author: ianh
Date: 2009-09-29 02:48:55 -0700 (Tue, 29 Sep 2009)
New Revision: 4044

Modified:
   index
   source
Log:
[t] (0) character data doesn't include stuff in markup, oops
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7598

Modified: index
===================================================================
--- index	2009-09-29 09:39:46 UTC (rev 4043)
+++ index	2009-09-29 09:48:55 UTC (rev 4044)
@@ -68552,9 +68552,9 @@
   U+0020 SPACE character at the end of such comments.</p>
 
   <p>If the XML API restricts allowed characters in character data,
-  the tool may replace any U+000C FORM FEED (FF) character with a
-  U+0020 SPACE character, and any other literal non-XML character with
-  a U+FFFD REPLACEMENT CHARACTER.</p>
+  attribute values, or comments, the tool may replace any U+000C FORM
+  FEED (FF) character with a U+0020 SPACE character, and any other
+  literal non-XML character with a U+FFFD REPLACEMENT CHARACTER.</p>
 
   <p>If the tool has no way to convey out-of-band information, then
   the tool may drop the following information:</p>

Modified: source
===================================================================
--- source	2009-09-29 09:39:46 UTC (rev 4043)
+++ source	2009-09-29 09:48:55 UTC (rev 4044)
@@ -84004,9 +84004,9 @@
   U+0020 SPACE character at the end of such comments.</p>
 
   <p>If the XML API restricts allowed characters in character data,
-  the tool may replace any U+000C FORM FEED (FF) character with a
-  U+0020 SPACE character, and any other literal non-XML character with
-  a U+FFFD REPLACEMENT CHARACTER.</p>
+  attribute values, or comments, the tool may replace any U+000C FORM
+  FEED (FF) character with a U+0020 SPACE character, and any other
+  literal non-XML character with a U+FFFD REPLACEMENT CHARACTER.</p>
 
   <p>If the tool has no way to convey out-of-band information, then
   the tool may drop the following information:</p>




More information about the Commit-Watchers mailing list