[Webkit-unassigned] [Bug 22500] hyperlinked text parts aren't rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 17:21:11 PDT 2009


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





------- Comment #2 from eric at webkit.org  2009-04-28 17:21 PDT -------
<a> tags are not allowed inside <tspan> according to the SVG 1.1 DTD:

<!ENTITY % SVG.TextContent.extra.class "" >
<!ENTITY % SVG.TextContent.class
    "| %SVG.tspan.qname; | %SVG.tref.qname; | %SVG.textPath.qname;
     | %SVG.altGlyph.qname; %SVG.TextContent.extra.class;"
>

http://www.w3.org/TR/SVG11/svgdtd.html

This looks like a bug in Firefox which we should file with mozilla.


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