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

Improve accessibility of panel controls #25

Open
renestalder opened this issue Oct 5, 2022 · 0 comments
Open

Improve accessibility of panel controls #25

renestalder opened this issue Oct 5, 2022 · 0 comments

Comments

@renestalder
Copy link

The controls in the panel are currently use div and are not focusable via keyboard.

To improve accessibility, in place of div, custom styled radio boxes could be used, or alternatively, add role="button" and tabindex="0", with an aria marker on the selected element.

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

No branches or pull requests

1 participant