- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Dec 2008 23:19:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11131
Modified Files:
Overview.html
Log Message:
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)
Index: Overview.html
===================================================================
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:19:57 UTC