spec/Overview.html 1.1783 2613 That last checkin was wrong. Let's try f

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)
(whatwg r2613)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6032

3.7.3 Dynamic markup insertion in XML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1783.html#dynamic-markup-insertion-in-xml

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1782&r2=1.1783&f=h
http://html5.org/tools/web-apps-tracker?from=2612&to=2613

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1782
retrieving revision 1.1783
diff -u -d -r1.1782 -r1.1783
--- Overview.html 29 Dec 2008 23:18:01 -0000 1.1782
+++ Overview.html 29 Dec 2008 23:19:43 -0000 1.1783
@@ -6634,8 +6634,12 @@
   <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception:<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=#references>[XML]</a></li>
+   public identifier that contains characters that are not matched by
+   the XML <code title="">PubidChar</code> production. <a href=#references>[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>

Received on Monday, 29 December 2008 23:25:29 UTC