Bug 127308
| Summary: | AX: SVG content in <defs> section shouldn't be read until referenced | ||
|---|---|---|---|
| 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 | ||
| Bug Depends on: | |||
| Bug Blocks: | 120709 | ||
Dirk Schulze
Any content in <defs> sections shouldn't be read until referenced. Including <title> and <desc> descriptions.
<svg>
<defs>
<text id="text">
<title>NO READ</title> REALLY!
</text>
</defs>
<use xlink:href="#text">
<title>Now it is a good time to read it</title>
</use>
</svg>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15863221>