-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[docs] Fix 301 link to render cell #5106
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
Conversation
These are the results for the performance tests:
|
@@ -47,7 +47,7 @@ The grid responds to keyboard interactions from the user and emits events when k | |||
|
|||
### Tab sequence | |||
|
|||
According to [WCAG](https://www.w3.org/TR/wai-aria-practices-1.1/#grid), only one of the focusable elements contained by the grid should be included in the page tab sequence. | |||
According to [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/grid/), only one of the focusable elements contained by the grid should be included in the page tab sequence. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link was broken (recent change in w3.org), and since we linked WAI-ARIA which is more specific than WCAG, I have also updated the mention. See https://stereobooster.com/posts/what-are-wcag-and-wai-aria/ on the difference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the clarification between WAI-ARIA and WCAG 👍
https://mui.com/x/react-data-grid/accessibility/#tab-sequence