[Webkit-unassigned] [Bug 5262] XMLSerializer drops Namespace information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 21:50:39 PDT 2007


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





------- Comment #18 from ap at webkit.org  2007-04-03 21:50 PDT -------
(In reply to comment #17)
> This issue may need to be
> split out into its own bug as "null" and null are being treated the same by
> Document::createElementNS and that shouldn't be.

I think you are right, this sounds like a separate bug then. It can be fixed in
Document.idl:

-        [OldStyleObjC] Element createElementNS(in DOMString namespaceURI,
+        [OldStyleObjC] Element createElementNS(in [ConvertNullToNullString]
DOMString namespaceURI,
                                               in DOMString qualifiedName)


-- 
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