WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 240656
AX: VoiceOver skips button when SVG has no img role
https://bugs.webkit.org/show_bug.cgi?id=240656
Summary
AX: VoiceOver skips button when SVG has no img role
Stephen Tang
Reported
2022-05-19 08:44:06 PDT
When a button has a SVG image within without role img, VoiceOver on MacOS do not include the button in the reading order (using Arrow keys). The button can only be focused using Tab key. In order to resolve this, the SVG needs to be given a role img. <button aria-label="test label"> <svg focusable="false" aria-hidden="true" role="img">...</svg> </button> Otherwise, the button can only be focused using Tab key and not when reading the page using Arrow keys.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-05-19 08:44:13 PDT
<
rdar://problem/93579285
>
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