[Webkit-unassigned] [Bug 16496] XMLSerializer doesn't include namespaces on nodes in HTML documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 25 07:44:08 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16496


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|XMLSerializer doesn't       |XMLSerializer doesn't
                   |include namespaces on bare  |include namespaces on nodes
                   |nodes                       |in HTML documents




------- Comment #2 from ap at webkit.org  2007-12-25 07:44 PDT -------
The issue here is that the node in question belongs to an HTML document, so we
serialize it accordingly.

Firefox and Opera use XML serialization for XMLSerializer, and HTML one for
innerHTML. WebKit uses the same code for both, but checks document type.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list