Bug 127305 - AX: First SVG title element used as description for whole document
Summary: AX: First SVG title element used as description for whole document
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 120709
  Show dependency treegraph
 
Reported: 2014-01-20 13:42 PST by Dirk Schulze
Modified: 2014-12-16 20:12 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>