You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
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>.
To be made accessible,
aria-activedescendant
should be used onmaterial-radio-group
communicating the ID of the currently selected radio button. This attribute makes the control operable in NVDA without needingrole="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/The text was updated successfully, but these errors were encountered: