Skip to content
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

Radio buttons in Accessibility Settings #83

Closed
joe-replin opened this issue May 11, 2023 · 1 comment · Fixed by #84
Closed

Radio buttons in Accessibility Settings #83

joe-replin opened this issue May 11, 2023 · 1 comment · Fixed by #84

Comments

@joe-replin
Copy link
Contributor

Subject of the issue/enhancement/features

Keyboard operation of "Readability" radio options is not consistent. The following behavior was observed:

  • Up arrow consistently cycled focus backwards through all options
  • Down arrow moved focus forward, but is trapped once focus lands on the "Small" option
  • Left/right arrow keys do nothing

To avoid confusion and better align with the default radio button experience we recommend allowing users to move back and forth through a radio grouping using up/right to move forward, and down/left to move backward. Forward/backwards navigation must allow users to consistently cycle through all option within a grouping.

​https://www.w3.org/WAI/ARIA/apg/patterns/radio/

github-actions bot pushed a commit that referenced this issue Jul 17, 2023
# [2.5.0](v2.4.1...v2.5.0) (2023-07-17)

### Update

* Radio Group Operability (fixes: #83) (#84) ([6aa6ec6](6aa6ec6)), closes [#83](#83) [#84](#84)
@github-actions
Copy link

🎉 This issue has been resolved in version 2.5.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant