Landmarks Tab
Landmarks Tab
Feature
- The second tab provides a list view of the landmark regions of a web page.
-
Each list item provides the type of landmark region (e.g.
main,navigation...) and the accessible name when defined. - Note: If there are more than one landmark regions of the same type without accessible names, the landmarks are not included in the list by default. This mimics the behavior of many screen readers. This feature can be disabled in options.
Accessibility Considerations
- Identify Regions: Verify landmark regions accurately identify all of the logical areas of the web page. The visual layout and styling of the page, including spacing, borders, background colors and alignment can be used in identifying landmark regions.
- Appropriate Type: Verify the type of landmark represents the content in the region. For example the main region contains the primary content of the wbe page.
- Unique and Concise Names: Landmark regions only need accessible names when there is more than one landmark of the same. For example, if their are two navigation regions, each region should have an accessible name that describes the types of navigation links in the region.
- Related WCAG Requirements:
- W3C ARIA Authoring Practices for Landmark Regions.