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

Accessibility in Table Component #1604

Open
Ajudiya13 opened this issue Oct 26, 2020 · 2 comments
Open

Accessibility in Table Component #1604

Ajudiya13 opened this issue Oct 26, 2020 · 2 comments

Comments

@Ajudiya13
Copy link

Bug Report

Hard-coded role props in the Table component.

What is the current behavior?

Currently, two div elements have role props "grid" and "gridcell" respectively in Table Component. This causes accessibility limitation to use Table Component with another role props.

What is the expected behavior?

The role should be props driven so that the user can have their own role props to have better and customized accessibility experience.

@laughnan laughnan mentioned this issue Aug 10, 2021
6 tasks
@laughnan
Copy link

laughnan commented Aug 10, 2021

We are also having this issue that we need to configure the Table component's role value to table instead of grid due to limitations with screenreading software.

It looks like there is a starting PR with this change: #1646

@laughnan
Copy link

Added unit tests and pending review from @wuweiweiwu or @bvaughn ==> #1691

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

No branches or pull requests

2 participants