WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-01-20 13:42:22 PST
<
rdar://problem/15862410
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug