w3c / aria-practices

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

Scrollable list-box example doesn’t work on iOS voiceover in Safari #631

Open jknanda78 opened 6 years ago

jknanda78 commented 6 years ago

Hello,

I tried list-box srollable example (https://www.w3.org/TR/wai-aria-practices/examples/listbox/listbox-scrollable.html) on iOS Safari with Voiceover and found that it doesn’t work as expected.

Issue: The focus is trapped on the first/selected item in the list. I can go back but cannot go forward, meaning to the next option(s) in the list.

Not sure if anyone has reported this issue. Please let me know in case any flaw in my testing.

Thanks in advance

jnurthen commented 6 years ago

Confirmed. I can reproduce. Thanks for the issue report.

jknanda78 commented 6 years ago

Thank you for the confirmation. Do you have any ETA? Actually I am building a component and planning to start with A11Y-Mobile first design implementation.

Thanks again.

jnurthen commented 6 years ago

No. If you find the issue we would welcome a PR.

abhipanda commented 5 years ago

Is there any workaround ?