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

MDCList: List items with checkbox/radio buttons should use aria roles on li since the controls are not focusable #3659

Closed
williamernest opened this issue Sep 26, 2018 · 0 comments
Assignees
Milestone

Comments

@williamernest
Copy link
Contributor

The screen reader does not read the state of the checkbox since the checkbox is not focusable. The list item should contain role="checkbox|radio" and should toggle the aria-checked property to match the checkbox state.

@kfranqueiro kfranqueiro added this to the R20 milestone Oct 2, 2018
@kfranqueiro kfranqueiro changed the title MDCList: List items with checkbox/radio buttons should use aria labels on li since the controls are not focusable MDCList: List items with checkbox/radio buttons should use aria roles on li since the controls are not focusable Nov 2, 2018
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

3 participants