-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♿ a11y(bal-checkbox, bal-radio): VO keyboard navigation not working as expected #1622
Comments
|
What are VO Keys ? It's the VoiceOver Key. VoiceOver has no separate read and form mode like other screenreader. Therefore the user needs to press a key when navigating with voiceOver. It can be capslock or control+option. In this case, selecting with capslock+spacebar is not possible. |
What we discussed in the last meeting 20.02.2025:
|
I did some research and came to the conclusion that we should cover VO as well. There is almost no alternative for MacOS or iOS. Since we also test components on Windows and MacOS we should consider MacOS for A11Y. In MDN there are native HTML elements and VO is covered there. Selecting with VO+spacebar works in MDN. For custom implementations we need to recreate native behavior so it is working like native HTML. In conclusion we should cover the following setup:
|
/cib |
Branch feat/issue-1622 created! |
Description of this issue
When using voice over, checkboxes and radio buttons can only be checked / unchecked with space bar but not with a combination of VO key
How to fix it
Checking should work with VO+space as well.
Code Reproduction URL
https://design.baloise.dev/?path=/story/components-form-checkbox--basic&globals=framework:html
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: