Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Material radio button issues in screen readers #310

Closed
marcysutton opened this issue Sep 22, 2014 · 0 comments
Closed

Material radio button issues in screen readers #310

marcysutton opened this issue Sep 22, 2014 · 0 comments
Assignees
Labels
a11y This issue is related to accessibility type: bug

Comments

@marcysutton
Copy link
Contributor

To be made accessible, aria-activedescendant should be used on material-radio-group communicating the ID of the currently selected radio button. This attribute makes the control operable in NVDA without needing role="application" on a wrapping <div>.

Known issue with role="radiogroup" in JAWS: forms mode must be manually entered by the screen reader user. http://accessibleculture.org/articles/2012/09/aria-widgets-and-focus-forms-mode-support/

@marcysutton marcysutton added type: bug a11y This issue is related to accessibility labels Sep 22, 2014
@marcysutton marcysutton self-assigned this Sep 22, 2014
@marcysutton marcysutton changed the title Material radio button issues in NVDA Material radio button issues in screen readers Sep 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a11y This issue is related to accessibility type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant