Missing Skip Navigation Links Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Skip Navigation Links Check

Description

The “Missing Skip Navigation Links Check” evaluates the presence and functionality of skip navigation links on a webpage.

Example outcome

I didn't find links to skip text blocks.

Impact

Fixes

To address missing link to main content:

  1. Add a Skip Link to Bypass Navigation at the top of the page that allows users to skip to the main content.
  2. Make sure the #maincontent anchor ID points to the main content section.
  3. Style the Skip Link, it should be hidden by default, becoming visible when it’s focused (usually by pressing the Tab key).
  4. Finally, test it to confirm it works correctly across various devices, screen readers, and browsers.

Resources