Bug 127308

Summary: AX: SVG content in <defs> section shouldn't be read until referenced
Product: WebKit Reporter: Dirk Schulze <krit>
Component: AccessibilityAssignee: 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    

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>