spec/Overview.html 1.1782 2612 Be more precise about what makes an inva

Be more precise about what makes an invalid DOCTYPE when serialising
XML. (whatwg r2612)

3.7.3 Dynamic markup insertion in XML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1782.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.1781&r2=1.1782&f=h
http://html5.org/tools/web-apps-tracker?from=2611&to=2612

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1781
retrieving revision 1.1782
diff -u -d -r1.1781 -r1.1782
--- Overview.html 29 Dec 2008 13:34:25 -0000 1.1781
+++ Overview.html 29 Dec 2008 23:18:01 -0000 1.1782
@@ -6634,9 +6634,8 @@
   <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 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=#references>[XML]</a></li>
 
    <li>A node with a prefix or local name containing a U+003A COLON
    (":").</li>

Received on Monday, 29 December 2008 23:21:58 UTC