hixie: character data doesn't include stuff in markup, oops (whatwg r4044)

hixie: character data doesn't include stuff in markup, oops (whatwg
r4044)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3205&r2=1.3206&f=h
http://html5.org/tools/web-apps-tracker?from=4043&to=4044

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3205
retrieving revision 1.3206
diff -u -d -r1.3205 -r1.3206
--- Overview.html 29 Sep 2009 09:31:26 -0000 1.3205
+++ Overview.html 29 Sep 2009 09:40:35 -0000 1.3206
@@ -62200,9 +62200,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>

Received on Tuesday, 29 September 2009 09:41:37 UTC