[Webkit-unassigned] [Bug 12187] WebKit does not allow dynamic creation of SVG elements in an HTML doc
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 31 15:48:28 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=12187
------- Comment #9 from macdome at opendarwin.org 2007-05-31 15:48 PDT -------
Ha! Found the problem. It's Element.cpp:434:
String localName = inHTMLDocument(this) ? name.lower() : name;
That breaks attributes for SVG elements when they're in an HTML doc. I'm not
sure why that check exists as such. It probably should be based on the element
and not on which doc its in.
--
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