[Webkit-unassigned] [Bug 236291] New: AX: SVG with role=tree: aria-label dropped on iOS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 8 02:02:53 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=236291
Bug ID: 236291
Summary: AX: SVG with role=tree: aria-label dropped on iOS
Product: WebKit
Version: Safari 15
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: peter at krautzource.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
Minimal test case: https://codepen.io/pkra/pen/abVpaBr
On VoiceOver (iOS 15.3), using read-all (two-finger swipe up) or by item (swipe right/left), VO voices "image" (i.e., wrong role and missing accessible name).
It seems like Safari is not exposing the SVG's role and name correctly.
For comparison, the test case includes wrapping the SVG in a span and using the span as a tree root; this gives the same result in read-all ("image") but by item VO voices "circular tree, image, tree start" (which is a different kind of weird but looks more like a VO issue).
On MacOS Safari 15.3 the SVG is treated as a tree and its name is read correctly by VO. (Similarly on other OSs / ATs)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220208/bd739a20/attachment.htm>
More information about the webkit-unassigned
mailing list