You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Docs: Add accessbility specific page
Adds an additional page to the developer handbook on accessibility
in particular the landmark regions.
Fixes#3217
* Add navigationRegions link
Accessibility documentation for developers working on the Gutenberg Project.
4
+
5
+
For more information on accessibility and WordPress see the [Make WordPress Accessibility Handbook](https://make.wordpress.org/accessibility/handbook/) and the [Accessibility Team section](https://make.wordpress.org/accessibility/).
6
+
7
+
## Landmark Regions
8
+
9
+
It is a best practice to include ALL content on the page in landmarks, so that screen reader users who rely on them to navigate from section to section do not lose track of content.
10
+
11
+
For setting up navigation between different regions, see the [navigateRegions package](/packages/components/src/higher-order/navigate-regions/README.md) for additional documentation.
12
+
13
+
Read more regarding landmark design from W3C:
14
+
15
+
-[General Principles of Landmark Design](https://www.w3.org/TR/wai-aria-practices-1.1/#general-principles-of-landmark-design)
0 commit comments