Skip to content

Commit

Permalink
[docs] Standardize WAI-ARIA references
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 28, 2024
1 parent ddb7c68 commit 22943d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/data/data-grid/accessibility/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WCAG 2.1 has three levels of conformance: A, AA, and AAA.
Level AA meets the most commonly encountered conformance guidelines.
This is the most common target for organizations so what we aims to support very well.

The [WAI-ARIA authoring practices](https://www.w3.org/WAI/ARIA/apg/patterns/grid/) provide valuable information on how to optimize the accessibility of a data grid.
The [WAI-ARIA Authoring Practices](https://www.w3.org/WAI/ARIA/apg/patterns/grid/) provide valuable information on how to optimize the accessibility of a data grid.

## Density

Expand Down Expand Up @@ -47,7 +47,7 @@ The Data Grid listens for keyboard interactions from the user and emits events i

### Tab sequence

According to [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/grid/), only one of the focusable elements contained by a composite widget should be included in the page tab sequence.
According to [WAI-ARIA Authoring Practices](https://www.w3.org/WAI/ARIA/apg/patterns/grid/), only one of the focusable elements contained by a composite widget should be included in the page tab sequence.
For an element to be included in the tab sequence, it needs to have a `tabIndex` value of zero or greater.

When a user focuses on a Data Grid cell, the first inner element with `tabIndex={0}` receives the focus.
Expand Down
2 changes: 1 addition & 1 deletion docs/data/data-grid/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Here are some resources you might be interested in to learn more about the data

- The [source on GitHub](https://github.com/mui/mui-x/tree/HEAD/packages/)
- The [Material Design specification](https://m2.material.io/components/data-tables) specification
- The accessibility [WAI-ARIA authoring practices](https://www.w3.org/WAI/ARIA/apg/patterns/grid/)
- The accessibility [WAI-ARIA Authoring Practices](https://www.w3.org/WAI/ARIA/apg/patterns/grid/)
- The Figma, Adobe XD, and Sketch [design kits](https://mui.com/design-kits/).

## API
Expand Down

0 comments on commit 22943d5

Please sign in to comment.