Innapropriate Skip Navigation Links Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Innapropriate Skip Navigation Links Check

Description

The “Innapropriate Skip Navigation Links Check” evaluates whether the first link on the webpage allows users to skip directly to the main content.

Example outcome

I found that the first link of the webpage does not allow us to skip to the main content.

Impact

Fixes

To correct innapropriate link to main content:

  1. Add a functional “skip to main content” link as the first link on the page to allow users to bypass repetitive blocks (like headers or menus) and go directly to the main content.
  2. Ensure the target (id) matches: The link’s href should point to the main content section, and that section should have a matching id (for example, <div id="main-content">).
  3. Position the link at the very top of the page or within the header area, so it’s easily accessible without excessive tabbing.
  4. Provide visible focus styles on the skip link when navigating with the keyboard, so users know where they are in the navigation process.
  5. Test the link thoroughly to ensure it works across all devices and screen readers. Make sure that the “skip to content” link can be activated via keyboard navigation.

Resources