Bug 127305

Summary: AX: First SVG title element used as description for whole document
Product: WebKit Reporter: Dirk Schulze <krit>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: cfleizach, jcraig, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=139690
Bug Depends on:    
Bug Blocks: 120709    

Description Dirk Schulze 2014-01-20 13:42:04 PST
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>
Comment 1 Radar WebKit Bug Importer 2014-01-20 13:42:22 PST
<rdar://problem/15862410>