[html5] r2612 - [] (0) Be more precise about what makes an invalid DOCTYPE when serialising XML.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 29 15:17:56 PST 2008
Author: ianh
Date: 2008-12-29 15:17:55 -0800 (Mon, 29 Dec 2008)
New Revision: 2612
Modified:
index
source
Log:
[] (0) Be more precise about what makes an invalid DOCTYPE when serialising XML.
Modified: index
===================================================================
--- index 2008-12-29 13:34:20 UTC (rev 2611)
+++ index 2008-12-29 23:17:55 UTC (rev 2612)
@@ -8091,9 +8091,8 @@
<ul><li>A <code>Document</code> node with no child element nodes.</li>
<li>A <code>DocumentType</code> node that has an external subset
- public identifier or an external subset system identifier that
- contains both a U+0022 QUOTATION MARK ('"') and a U+0027 APOSTROPHE
- ("'").</li>
+ public identifier or an external subset system identifier whose
+ data contains characters that are not matched by the XML <code title="">PubidChar</code> production. <a href=#refsXML>[XML]</a></li>
<li>A node with a prefix or local name containing a U+003A COLON
(":").</li>
Modified: source
===================================================================
--- source 2008-12-29 13:34:20 UTC (rev 2611)
+++ source 2008-12-29 23:17:55 UTC (rev 2612)
@@ -8358,9 +8358,10 @@
<li>A <code>Document</code> node with no child element nodes.</li>
<li>A <code>DocumentType</code> node that has an external subset
- public identifier or an external subset system identifier that
- contains both a U+0022 QUOTATION MARK ('"') and a U+0027 APOSTROPHE
- ("'").</li>
+ public identifier or an external subset system identifier whose
+ data contains characters that are not matched by the XML <code
+ title="">PubidChar</code> production. <a
+ href="#refsXML">[XML]</a></li>
<li>A node with a prefix or local name containing a U+003A COLON
(":").</li>
More information about the Commit-Watchers
mailing list