jargon

Frontend & browser·Accessibility and semantics

the first thing you reach on Tab is a hidden link that jumps past the navigation.

Skip link

Also calledskip to content

A link at the very start of the document that moves focus to the main content, so keyboard users are not made to tab through the same forty navigation links on every page. It is normally visually hidden until focused. It only works if the target is actually focusable, which usually means giving the main region a `tabindex="-1"`.

Commonly confused with