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

Bug: React package does not support Role=”table” #27856

Closed
msftedad opened this issue Dec 26, 2023 · 2 comments
Closed

Bug: React package does not support Role=”table” #27856

msftedad opened this issue Dec 26, 2023 · 2 comments
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@msftedad
Copy link

React package does not support Role=”table”

React version: 0.73

Steps To Reproduce

  1. Open Accessibility · React Native
  2. Observe that Role="table" is not supported by React pakage.

The current behavior

React package does not support Role=”table”

The expected behavior

React package should support Role=”table”

@msftedad msftedad added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Dec 26, 2023
@QuinVon
Copy link

QuinVon commented Jan 6, 2024

@rickhanlonii
Copy link
Member

rickhanlonii commented Jan 6, 2024

Looks like this is specific to React Native, here's the related RN issue: facebook/react-native-website#3985.

React DOM supports this, here's the W3C table example working in React:
https://codesandbox.io/p/sandbox/sharp-shamir-drn3t4

Screenshot showing the roles are applied correctly:
Screenshot 2024-01-06 at 3 49 07 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

No branches or pull requests

3 participants