[Webkit-unassigned] [Bug 47669] Title-Element has no popup on <svg>-Elements, but on <g>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 07:56:03 PDT 2010


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





--- Comment #2 from HolgerJeromin <bugzillawebkit at katur.de>  2010-10-14 07:56:03 PST ---
(In reply to comment #1)
> From SVGStyledElement::title() in WebCore/svg/SVGStyledElement.cpp:
> // According to spec, we should not return titles when hovering over <svg> elements (those 
> // <title> elements are the title of the document, not a tooltip) so we instantly return.
> if (hasTagName(SVGNames::svgTag))
>     return String();

I see. 

I have not found this spec, but the title could not be the title of the document, if they are nested. The SVG Spec only references to the "outermost svg 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