Skip links must point to a valid target on the page

navigable/skip-link · WCAG 2.4.1 · Level A

Skip links must point to a valid target on the page.

Skip links allow keyboard users to bypass repetitive navigation and jump directly to main content. The skip link should be the first focusable element on the page, link to the main content (e.g., href='#main'), and become visible when focused. It can be visually hidden until focused using CSS.

Scan a page or repo for issues like this · All rules

Introduced in @accesslint/core v0.8.0