-
Notifications
You must be signed in to change notification settings - Fork 13
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
Indeterminate Checkbox - Incorrect message announced to assistive tech #1231
Labels
a11y
Issues related to accessibility
bug
Something isn't working
react-magma-dom
Tasks related to react-magma-dom
Comments
orion-cengage
added
bug
Something isn't working
react-magma-dom
Tasks related to react-magma-dom
labels
Apr 11, 2024
We use indeterminate checkboxes inside multiple components, so let's confirm this doesn't affect those negatively. Example: TreeView and DataGrid |
olehnoskov-cengage
added a commit
that referenced
this issue
Sep 12, 2024
5 tasks
olehnoskov-cengage
added a commit
that referenced
this issue
Sep 12, 2024
5 tasks
|
silvalaura
pushed a commit
that referenced
this issue
Sep 18, 2024
silvalaura
pushed a commit
that referenced
this issue
Sep 18, 2024
silvalaura
pushed a commit
that referenced
this issue
Sep 18, 2024
chris-cedrone-cengage
pushed a commit
that referenced
this issue
Sep 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a11y
Issues related to accessibility
bug
Something isn't working
react-magma-dom
Tasks related to react-magma-dom
CENG_3302
Docs: https://react-magma.cengage.com/version/4.3.0/api/indeterminate/
Success Criteria: https://www.w3.org/WAI/WCAG21/Understanding/name-role-value
Within the Indeterminate checkbox, when the state of a checkbox is
indeterminate
that message is not announce to assistive technology. The message that is announced is not checked.Use aria-checked="mixed" for an indeterminate checkbox when some of, but not all of, it's children are selected. A detailed example of this can be found here: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/examples/checkbox-mixed/
The text was updated successfully, but these errors were encountered: