[Webkit-unassigned] [Bug 15276] innerHTML lowercases SVG attributes when it probably shouldn't

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 07:47:44 PDT 2007


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





------- Comment #11 from eric at webkit.org  2007-09-25 07:47 PDT -------
I think this has to do with the fact that there are XML elements being inserted
into an html document, then an html-only serialization method (which has been
made to work correctly for XHTML, btw) is being using to serialize the content.
 The serlializer is assuming everything is html and lowercasing since the
document is an html document (is my guess).  If this is an innerHTML problem
(as I suspect) the only way to fix it would be to ask each element if it was a
known xml element or not, and only if it's in an xml document, or in an html
document but is itself a known xml element, respect attribute case.


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