[Webkit-unassigned] [Bug 127305] New: AX: First SVG title element used as description for whole document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 13:44:33 PST 2014


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

           Summary: AX: First SVG title element used as description for
                    whole document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: jcraig at apple.com, cfleizach at apple.com,
                    webkit-bug-importer at group.apple.com


The first SVG title element used as description for whole document. All other title elements are ignored. Even worst: the title element doesn't say that it is in a group for the following example:

<svg>
    <g>
        <title>TITLE</title>
    </g>
</svg>

In the following example the second title gets ignored:

<svg>
    <title>First TITLE</title>
    <g>
        <title>TITLE</title>
    </g>
</svg>

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