-
Notifications
You must be signed in to change notification settings - Fork 290
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
Accessibility support for a screen reader (i.e. JAWS or Narrator) #440
Labels
Comments
Hey @Tanner-MS, thanks for filing this. We'd be happy to accept a PR adding this. |
7 tasks
pradeepnschrodinger
pushed a commit
that referenced
this issue
May 21, 2019
… (Helps #440) This seems to have helped the screen reader identify where it is when focus is within the table. When using Narrator in Edge or Accessibility tools with Firefox, the screen reader says the roles correctly, reads the column with the cell, can tell which column it is in, and which row it is in.
7 tasks
pradeepnschrodinger
added a commit
that referenced
this issue
Aug 6, 2019
pradeepnschrodinger
added a commit
that referenced
this issue
Aug 8, 2019
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Accessibility tree should be correct so a screen reader can understand DOM structure. Currently there are no roles set anywhere.
This can be achieved by adding the correct roles and attributes to the elements following the ARIA standard. Here is a link: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Grid_Role
This is needed for users with disabilities to be able to use this control.
The text was updated successfully, but these errors were encountered: