- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Sep 2009 19:41:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26861
Modified Files:
Overview.html
Log Message:
Add some more cases that lead to unserializable DOMs. (whatwg r4008)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3169
retrieving revision 1.3170
diff -u -d -r1.3169 -r1.3170
--- Overview.html 28 Sep 2009 19:26:36 -0000 1.3169
+++ Overview.html 28 Sep 2009 19:41:48 -0000 1.3170
@@ -64899,7 +64899,8 @@
<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>
+ and a U+0027 APOSTROPHE ("'") or that contains characters that are
+ not matched by the XML <code title="">Char</code> production. <a href="#refsXML">[XML]</a></li>
<li>A node with a <!--prefix or--> local name containing a U+003A
COLON (":").</li> <!--(prefixes can get adjusted, so this isn't an
@@ -64909,6 +64910,12 @@
the XML <code title="">Name</code> production. <a href="#refsXML">[XML]</a></li> <!--(again, prefixes can get
adjusted, so this isn't an excuse) -->
+ <li>An <code>Attr</code> node with no namespace whose local name is
+ the lowercase string "<code title="">xmlns</code>". <a href="#refsXMLNS">[XMLNS]</a></li>
+
+ <li>An <code>Element</code> node with two or more attributes with
+ the same local name and namespace.</li>
+
<li>An <code>Attr</code> node, <code>Text</code> node,
<code>CDATASection</code> node, <code>Comment</code> node, or
<code>ProcessingInstruction</code> node whose data contains
Received on Monday, 28 September 2009 19:42:02 UTC