Bug 127308 - AX: SVG content in <defs> section shouldn't be read until referenced
Summary: AX: SVG content in <defs> section shouldn't be read until referenced
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 14:21 PST by Dirk Schulze
Modified: 2014-04-01 23:57 PDT (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 14:21:29 PST
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>
Comment 1 Radar WebKit Bug Importer 2014-01-20 14:28:18 PST
<rdar://problem/15863221>