[Webkit-unassigned] [Bug 127292] AX: SVG <desc> element not presented by screen reader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 08:57:01 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127292





--- Comment #2 from chris fleizach <cfleizach at apple.com>  2014-01-20 08:54:33 PST ---
(In reply to comment #0)
> Created an attachment (id=221660)
 --> (https://bugs.webkit.org/attachment.cgi?id=221660&action=review) [details]
> Example
> 
> <svg xmlns="http://www.w3.org/2000/svg">
>     <desc>A black circle.</desc>
>     <circle cx="50" cy="50" r="50"/>
> </svg>
> 
> The desc element in the example above is ignored. SVGElement has a method called title() for scanning for <title> elements.
> 
> SVGDescElement has a method called description() that can be used.
> 
> Chris, James: What is the preferred way for AX to read the description?

I think this would probably end up being exposed in the accessibilityDescription() method (on the mac it would be AXDescription)

-- 
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