[html5] r2613 - [] (0) That last checkin was wrong. Let's try for an even more accurate spec by [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 29 15:19:40 PST 2008


Author: ianh
Date: 2008-12-29 15:19:39 -0800 (Mon, 29 Dec 2008)
New Revision: 2613

Modified:
   index
   source
Log:
[] (0) That last checkin was wrong. Let's try for an even more accurate spec by noting the difference between public and system IDs in XML. (bug 6032)

Modified: index
===================================================================
--- index	2008-12-29 23:17:55 UTC (rev 2612)
+++ index	2008-12-29 23:19:39 UTC (rev 2613)
@@ -8091,9 +8091,13 @@
   <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 whose
-   data contains characters that are not matched by the XML <code title="">PubidChar</code> production. <a href=#refsXML>[XML]</a></li>
+   public identifier that contains characters that are not matched by
+   the XML <code title="">PubidChar</code> production. <a href=#refsXML>[XML]</a></li>
 
+   <li>A <code>DocumentType</code> node that has an external subset
+   system identifier that contains both a U+0022 QUOTATION MARK ('"')
+   and a U+0027 APOSTROPHE ("'").</li>
+
    <li>A node with a prefix or local name containing a U+003A COLON
    (":").</li>
 

Modified: source
===================================================================
--- source	2008-12-29 23:17:55 UTC (rev 2612)
+++ source	2008-12-29 23:19:39 UTC (rev 2613)
@@ -8358,11 +8358,14 @@
    <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 whose
-   data contains characters that are not matched by the XML <code
-   title="">PubidChar</code> production. <a
+   public identifier that contains characters that are not matched by
+   the XML <code title="">PubidChar</code> production. <a
    href="#refsXML">[XML]</a></li>
 
+   <li>A <code>DocumentType</code> node that has an external subset
+   system identifier that contains both a U+0022 QUOTATION MARK ('"')
+   and a U+0027 APOSTROPHE ("'").</li>
+
    <li>A node with a prefix or local name containing a U+003A COLON
    (":").</li>
 




More information about the Commit-Watchers mailing list