a11y: Skip navigation link #75
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a hidden "Skip to main content" link that appears on keyboard focus. Essential for screen reader and keyboard-only users.
Implementation: Hidden anchor before nav, visible on :focus, jumps to #main content area.
WCAG 2.1 AA: 2.4.1 Bypass Blocks
❌ Not implemented — tested on suite.dev (2026-07-16). No skip-navigation link is present: there is no "Skip to content" anchor targeting
#main/the<main>landmark, and the first focusable element on the page is a social icon in the top bar. Needs a visually-hidden skip link as the first focusable element, revealed on:focus, linking to the main content landmark. WCAG 2.4.1 (Bypass Blocks). Leaving open.