fix(docs): Update broken W3.org links in Table Cell Navigation documentation #35241
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixed broken W3.org links in Table Cell Navigation documentation that were returning 404 errors. The W3C ARIA Authoring Practices Guide (APG) has restructured their URLs, and the old links were no longer valid.
Problem
The Table Cell Navigation example documentation contained links to
https://www.w3.org/WAI/ARIA/apg/example-index/grid/dataGrids
which now return 404 errors. This affected developers trying to access the official ARIA grid pattern documentation for implementing accessible table navigation.Solution
Updated all references to use the new correct URL structure:
https://www.w3.org/WAI/ARIA/apg/example-index/grid/dataGrids
https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-grids/
Files Changed
packages/react-components/react-table/stories/src/Table/CellNavigation.stories.tsx
- Updated Storybook documentation parameterspackages/react-components/react-table/stories/src/Table/TableDescription.md
- Updated main Table component descriptionpackages/react-components/react-table/library/docs/Spec.md
- Updated both inline links and accessibility resources listImpact
Closes #[issue-number]
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.