[Webkit-unassigned] [Bug 81122] SVG anchor on use fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 14 10:15:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81122
--- Comment #2 from Stephen Chenney <schenney at chromium.org> 2012-03-14 10:15:10 PST ---
Yeah, my reduction is not really a reduction. Note that your anchor inside anchor is in fact illegal according to the spec.
This might work, but I haven't tried yet. Still working through over 100 WebKit SVG bugs in crbug figuring out which ones are not yet in Bugzilla.
<svg ...>
<defs>
<rect name="inner" x="10" y="10" width="20" height="20"/>
</defs>
<a href="outerHref"><rect x="5" y="5" width="30" height="30"/></a>
<a href="innerHref"><use xlink:href="#inner"/></a>
</svg>
When you click at 15,15 you will apparently go to outerHref. Regardless, there is some bug that the referenced site reveals.
--
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