Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/react-components/react-table/library/docs/Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ include the header cells which can be sortable. They are covered above.
#### cell

This is the most accessible and screenreader friendly navigation mode. This is what is recommended by the
[WAI APG examples](https://www.w3.org/WAI/ARIA/apg/example-index/grid/dataGrids). Navigation happsn only
[WAI APG examples](https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-grids/). Navigation happsn only
on the level of the cell in both directions.

<img src="../etc/images/table-interactions/Slide6.PNG" width="700" />
Expand Down Expand Up @@ -498,7 +498,7 @@ The spec aims to use the accessibility section as little as possible and buildin
The follow a11y resources were used in the drafting of this spec:

- https://www.w3.org/WAI/ARIA/apg/patterns/grid/
- https://www.w3.org/WAI/ARIA/apg/example-index/grid/dataGrids
- https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-grids/
- https://www.w3.org/WAI/ARIA/apg/example-index/table/sortable-table.html
- https://www.w3.org/WAI/ARIA/apg/example-index/table/table
- https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/grid_role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ CellNavigation.parameters = {
'Cell navigation can be achieved simply using the `useArrowNavigationGroup` utility provided by the Library.',
'',
'>⚠️ Once there is any kind of keyboard navigation on the component it must follow the',
'>[aria role="grid" pattern](https://www.w3.org/WAI/ARIA/apg/example-index/grid/dataGrids).',
'>[aria role="grid" pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-grids/).',
].join('\n'),
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ that as the feature set expands, users will not need to pay the bundle size pric
to use. Please consult the usage examples below for more details.

> ⚠️ Once there is any kind of keyboard navigation on the component it must follow the
> [aria role="grid" pattern](https://www.w3.org/WAI/ARIA/apg/example-index/grid/dataGrids)
> [aria role="grid" pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-grids/)
Loading