[Webkit-unassigned] [Bug 156774] AX: SVG images are not exposed in the AX api

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 00:59:24 PDT 2016


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

--- Comment #25 from James Craig <jcraig at apple.com> ---
For <svg> elements with accessible contents, we decided to expose them as AXGroups because VoiceOver on OS X currently treats AXImages as leaf nodes (it won't traverse into descendants of an AXImage). If that were to change in a future version, it may be better to expose these as an AXImage with a subrole — I think we discussed AXImage:AXInteractiveImage or something to that effect.

For simple SVG elements with no accessible descendants (like the test cases above), there is no benefit to keeping the AXGroup role, so I think we should expose those as flat AXImages.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160428/22f1f1e8/attachment.html>


More information about the webkit-unassigned mailing list