NEW 127305
AX: First SVG title element used as description for whole document
https://bugs.webkit.org/show_bug.cgi?id=127305
Summary AX: First SVG title element used as description for whole document
Dirk Schulze
Reported 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>
Attachments
Radar WebKit Bug Importer
Comment 1 2014-01-20 13:42:22 PST
Note You need to log in before you can comment on or make changes to this bug.