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

Fix grid roles for accessbility #1624

Merged
merged 2 commits into from May 17, 2021
Merged

Fix grid roles for accessbility #1624

merged 2 commits into from May 17, 2021

Conversation

asnewman
Copy link
Contributor

@asnewman asnewman commented Jan 7, 2021

Related to #1199 which was said to be fixed by #1208 but the PR only addressed the issue with Tables and not Grids.
This PR fixes a default role and adds another role to each cell which allows screen readers to correctly read Grids. Without this change, screen readers don't recognize any cells within the Grid and fails to announce them (tested with Voice Over on Firefox and Chrome).

  • The existing test suites (npm test) all pass
  • For any new features or bug fixes, both positive and negative test cases have been added
  • For any new features, documentation has been added
  • For any documentation changes, the text has been proofread and is clear to both experienced users and beginners.
  • Format your code with prettier (yarn run prettier).
  • Run the Flow typechecks (yarn run typecheck).

Copy link
Collaborator

@wuweiweiwu wuweiweiwu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this fix and additional test cases. much appreciated

@novwhisky
Copy link

Last publish was Dec 2022... can we get a release?

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

Successfully merging this pull request may close these issues.

None yet

3 participants