[Webkit-unassigned] [Bug 35012] SVG entity parsing broken on SnowLeopard/Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 22:08:20 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35012





--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-02-16 22:08:20 PST ---
The entity parsing in libxml seems OK. What I'm seeing is that
XMLTokenizer::startElementNs(), when called for the <rect> of the entity, is
creating an Element, rather than an SVGElement, because the SVG namespace URI
is not getting passed in. As a result, we refuse to create a renderer for the
Element.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list