[Webkit-unassigned] [Bug 20506] WRONG_DOCUMENT_ERR: DOM Exception 4 with JavaScript's 'document' object and XHTML-inline SVG
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 25 09:57:44 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20506
------- Comment #4 from bugs.webkit.org at elliottcable.com 2008-08-25 09:57 PDT -------
Another thing worth pointing out is that FireFox chokes up on the use of ( new
DOMParser() ).parseFromString(svgSource, "text/xml") when the source is SVG -
it returns XML objects, not the SVG objects that it actually uses internally
for SVG elements. Thus there's problems with XML/SVG documents and using that -
perhaps there's a similar problem going on under the hood here?
--
Configure bugmail: https://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