Skip to content

feat(skipLink): Add skip link to Pajamas site

Jeremy Elder requested to merge 1153-add-skip-link-to-pajamas-site into main

Current behavior

  • Focus starts at the top of the navigation and traverses through all of it before getting into the page content.

New behavior

  • Focus starts with the skip link, which is visible when it receives focus.
  • Activating the skip link places focus on the h1.
  • Tabbing traverses through the page content.
Before After
CleanShot_2021-10-12_at_08.35.08 CleanShot_2021-10-12_at_08.37.43

Closes #1153 (closed)

Edited by Jeremy Elder

Merge request reports