html5/spec Overview.html,1.1781,1.1782

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10816

Modified Files:
	Overview.html 
Log Message:
Be more precise about what makes an invalid DOCTYPE when serialising XML. (whatwg r2612)

Index: Overview.html
===================================================================
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:18:14 UTC