[Webkit-unassigned] [Bug 127308] New: AX: SVG content in <defs> section shouldn't be read until referenced
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 20 14:23:57 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127308
Summary: AX: SVG content in <defs> section shouldn't be read
until referenced
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: krit at webkit.org
CC: jcraig at apple.com, cfleizach at apple.com,
webkit-bug-importer at group.apple.com
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>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list