Skip to main content

Curbcut WCAG AAA

Skip link

The first focusable element on every page — jump straight to content.

Show the markup
<a class="cc-skip-link" href="#main-example" style="position:static">Skip to main content</a>

Accessibility

  • Visually hidden until focused; always the first element inside <body> (2.4.1).
  • The target (id="main") should be the <main> landmark.
  • The example above is forced visible for demonstration.