[Bug 7488] "These are the only ways to make a DOM unserializable." - this is not correct so long as DOM Core allows nodes to be moved from an HTML document to an XML document without serializability checking

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7488


Simon Pieters <simonp@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simonp@opera.com
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #3 from Simon Pieters <simonp@opera.com>  2009-09-22 11:27:07 ---
Still missing:

* A DocumentType node with a name that does not match QName.
* A DocumentType node hat has an external subset system identifier that does
not match the XML Char production. ("[^...]" is subtracted from Char.)
* An Attr node with no namespace and a local name "xmlns"
* An Element node that has two (or more) Attr nodes with the same local name
and namespace.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 22 September 2009 11:40:24 UTC