w3c / aria-practices

WAI-ARIA Authoring Practices Guide (APG)
https://www.w3.org/wai/aria/apg/
Other
1.2k stars 333 forks source link

VoiceOver issue navigating ARIA Tab examples #939

Open scottaohara opened 5 years ago

scottaohara commented 5 years ago

When attempting to use left and right arrow keys to navigate to tabs in the automatic or manual tab widget examples, VoiceOver (macOS high sierra) and Safari 12 do not work as expected.

I've attached two videos (in a zip file) to show case the behavior.

In the first (tabs-with-vo) VO focus indicator moves between words, characters, or spaces when attempting to navigate the tabs.

In the second video (VO focus jumps...) attempting to hit left arrow when focused on the "jokes" tab, instead of moving to the Agnes tab VO focus moves to the "design pattern" link and begins navigating characters there.

I believe this may be an issue specifically with VO and the JavaScript to manage focus not playing nice, as I've not come across this issue when using other Tab Widgets where focus management was handled differently.

voiceover-mov-files.zip

jnurthen commented 5 years ago

Can reproduce with Mojave too. Thanks

a11ydoer commented 4 years ago

Now I see different VO issues which are differnt from those of @scottaohara. I will find another member to review and confirm the issue.

inseo commented 9 months ago

It seems to me that the issue is no longer relevant: Voice Over (macOS Sonoma) and Safari 17 are behaving as expected.

a11ydoer commented 9 months ago

Thanks so much for the update, @inseo