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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 07:02:32 PDT 2010


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

           Summary: Title-Element has no popup on <svg>-Elements, but <g>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugzillawebkit at katur.de
                CC: zimmermann at kde.org, mdelaney at apple.com


Created an attachment (id=70736)
 --> (https://bugs.webkit.org/attachment.cgi?id=70736&action=review)
SVG Demo for a title in svg and g element

The standard http://www.w3.org/TR/SVG/struct.html#DescriptionAndTitleElements defines:
"Each container element [...] in an SVG drawing can supply [...] a ‘title’ description string" where

http://www.w3.org/TR/SVG/intro.html#TermContainerElement defines an container element as
"Specifically: ‘a’, ‘defs’, ‘glyph’, ‘g’, ‘marker’, ‘mask’, ‘missing-glyph’, ‘pattern’, ‘svg’, ‘switch’ and ‘symbol’."

However a title element is only rendered as a popup at mouseover in <g>, but not in a <svg> Element as you can see in the attached demo.

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