NEW 127308
AX: SVG content in <defs> section shouldn't be read until referenced
https://bugs.webkit.org/show_bug.cgi?id=127308
Summary AX: SVG content in <defs> section shouldn't be read until referenced
Dirk Schulze
Reported 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>
Attachments
Radar WebKit Bug Importer
Comment 1 2014-01-20 14:28:18 PST
Note You need to log in before you can comment on or make changes to this bug.