[Webkit-unassigned] [Bug 21892] nested SVGs inside html table element fail to hit-test correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 27 14:21:38 PDT 2008


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





------- Comment #13 from eric at webkit.org  2008-10-27 14:21 PDT -------
I think is actually entirely an SVG problem.  SVG deals with "viewport
elements", unfortunately we don't really expose such in the render tree.  The
DOM tree can be asked for things like the nearestViewportElement() via
SVGElement.  SVGLength knows how to look for the closest viewport element and
resolve relative to that, but width and length are not defined as SVGLength
elements in this context, they're pulled from the RenderStyle as Length
objects.

So I think this is just yet another side-effect of having a separate SVGLength
class, and not very well exposting the whole "viewport" system in the render
tree.


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