Skip to content

Commit f70de41

Browse files
committed
docs: lang tweaks
1 parent bfb4ea0 commit f70de41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Presented at the 2025 Esri Developer Summit by Kelly Hutchins and Kitty Hurley o
1111
1. [Map Description and Live Regions](demos/description-region/index.html)
1212
- Provide context to when the map has loaded and include a description when the map is in focus to further WCAG's [1.3.1: Info and Relationships](https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html) Success Criterion.
1313
2. [Expand Component Focus Trap Disabled](demos/expand-component/index.html)
14-
- Provide users the ability to not be trapped when interacting with the Expand component to further WCAG's [2.1.2: No Keyboard Trap](https://www.w3.org/WAI/WCAG21/Understanding/no-keyboard-trap.html) Success Criterion.
14+
- Provide users the ability to not be trapped when interacting with `arcgis-expand` to further WCAG's [2.1.2: No Keyboard Trap](https://www.w3.org/WAI/WCAG21/Understanding/no-keyboard-trap.html) Success Criterion. Also includes support with Calcite's focus for [1.4.3: Contrast (Minimum)](https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html) and keyboard support with the [2.4.3: Focus Order](https://www.w3.org/WAI/WCAG22/Understanding/focus-order.html) Success Criterion.
1515
3. [Consistent Focus](demos/consistent-focus/index.html)
16-
- Provide a consistent focus order throughout your UI supporting WCAG's [2.4.3: Focus Order](https://www.w3.org/WAI/WCAG22/Understanding/focus-order.html) and [3.2.3: Consistent Navigation](https://www.w3.org/WAI/WCAG22/Understanding/consistent-navigation.html) Success Criterion.
16+
- Provide a consistent focus order throughout your UI supporting WCAG's [2.4.3: Focus Order](https://www.w3.org/WAI/WCAG22/Understanding/focus-order.html) and [2.1.1: Keyboard](https://www.w3.org/WAI/WCAG22/Understanding/keyboard.html) Success Criterion.
1717
4. [High Contrast](demos/high-contrast/index.html)
1818
- Explore contrast with your data, altering the basemap and layer effects to support the map's purpose when a user has enabled high contrast on their operating system, also supporting WCAG's [1.4.3: Contrast Minimum](https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum) Success Criterion.
1919
5. [Reduced Motion](demos/reduced-motion/index.html)

0 commit comments

Comments
 (0)