Bug 127305
| Summary: | AX: First SVG title element used as description for whole document | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dirk Schulze <krit> |
| Component: | Accessibility | Assignee: | 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 | ||
Dirk Schulze
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
<rdar://problem/15862410>