html5/spec Overview.html,1.3205,1.3206

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18562

Modified Files:
	Overview.html 
Log Message:
character data doesn't include stuff in markup, oops (whatwg r4044)

Index: Overview.html
===================================================================
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:40:48 UTC