[html5] r896 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 14 16:45:44 PDT 2007
Author: ianh
Date: 2007-06-14 16:45:43 -0700 (Thu, 14 Jun 2007)
New Revision: 896
Modified:
index
source
Log:
[] (0) Disallow invalid characters like U+FFFE and U+FFFF when serialising innerHTML in XML.
Modified: index
===================================================================
--- index 2007-06-14 23:24:21 UTC (rev 895)
+++ index 2007-06-14 23:45:43 UTC (rev 896)
@@ -4058,6 +4058,10 @@
<li>A node with a prefix or local name containing a U+003A COLON (":").
+ <li>A <code>Text<code> node whose data contains characters that are not
+ matched by the XML <code title="">Char</code> production. <a
+ href="#refsXML">[XML]</a></code></code>
+
<li>A <code>CDATASection<code> node whose data contains the string "<code
title="">]]></code>".</code></code>
Modified: source
===================================================================
--- source 2007-06-14 23:24:21 UTC (rev 895)
+++ source 2007-06-14 23:45:43 UTC (rev 896)
@@ -2703,6 +2703,10 @@
<li>A node with a prefix or local name containing a U+003A COLON
(":").</li>
+ <li>A <code>Text<code> node whose data contains characters that are
+ not matched by the XML <code title="">Char</code> production. <a
+ href="#refsXML">[XML]</a></li>
+
<li>A <code>CDATASection<code> node whose data contains the string
"<code title="">]]></code>".</li>
More information about the Commit-Watchers
mailing list