[Webkit-unassigned] [Bug 14594] REGRESSION: switching to source mode adds xmlns text at the top

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 15 00:26:35 PDT 2007


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





------- Comment #6 from ap at webkit.org  2007-07-15 00:26 PDT -------
I think this is caused by the fix to bug 8007, and is expected behavior.
Document.createElement() now always creates elements in xhtml namespace, and of
course, the namespace is serialized to source. One needs to either be prepared
to get it, or to use HTML documents created with
DOMImplementation.createHTMLDocument().


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