[Webkit-unassigned] [Bug 8007] createElement() and XHTML (A dynamically created table not rendered as such)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 15:20:54 PDT 2007


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





------- Comment #19 from kmccullough at apple.com  2007-08-08 15:20 PDT -------
So I reverted r24146 and made some changes so now when calling createElement
the namespace will be XHTML if the document is an HTMLDocument or a Document
created with an XHTML MIME type.  This should make sense as before any
createElement call on a Document would be XHTML which doesn't seem right and
does not match firefox behavior.  Also the previous behavior hindered at least
one website's use (Zimbra).

My change is r24935


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