[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
Mon Jul 16 14:58:18 PDT 2007


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





------- Comment #9 from amla70 at gmail.com  2007-07-16 14:58 PDT -------
(In reply to comment #6)
> 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().
> 

The only problem with this behavior is that it differs from what Firefox and
Opera are doing. It isn't hard to workaround it in this case and even they way
that the code is used right now in FCKeditor might be wrong, but as I said the
output in Firefox and Opera of the testcase is different.


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