WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-01-20 14:28:18 PST
<
rdar://problem/15863221
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug