Skip to main content Home
About About the Design SystemRoadmap
Get started OverviewDesignersDevelopers
Foundations OverviewColorGridIconographyInteractionsSpacingTypography
Tokens Overview Global colorbox shadowTypographyborderopacityspacelengthIconBreakpointsMedia Queries
Elements All elements Accordion Alert Announcement Audio player Avatar Back to top Badge Blockquote Breadcrumb Button Card Chip Code block Call to action Dialog Disclosure Footer Health index Icon Jump links Navigation (primary) Navigation (secondary) Pagination PopoverPlanned Progress stepsPlanned Site status Skip link Spinner Statistic Subnavigation Surface Switch Table Tabs Tag Tile Timestamp Tooltip Video embed
Theming OverviewColor PalettesCustomizingDevelopers
Patterns All PatternsCardTabsFilterFormLinkLink with iconLogo wallSearch barSkip navigationSticky bannerSticky cardTileVideo thumbnail
Personalization All Personalization PatternsAnnouncement
Accessibility FundamentalsAccessibility toolsAssistive technologiesCI/CDContentContributorsDesignDevelopmentManual testingResourcesScreen readers
Design/code status Release notes Get support

Skip link

OverviewStyleGuidelinesCodeAccessibilityDemos
Keyboard navigationFocus orderHiding a skip linkARIA Authoring Practices Guide (APG)Web Content Accessibility GuidelinesKeyboard navigationFocus orderHiding a skip linkARIA Authoring Practices Guide (APG)Web Content Accessibility Guidelines

Keyboard navigation

Users will interact with the skip link using a keyboard primarily.

Screenshots of navigation with and without skip link showing and keyboard navigation text
Key Result
Tab Makes the skip link appear and shifts focus to it
Shift + Tab Hides the skip link and moves focus to the previous control or interactive element, if any
Enter Activates the skip link and shifts focus to the main content

Focus order

The skip link should be the first item on a page to receive focus. After the skip link is activated, the first interactive element in the main content area will receive focus next.

Screenshot of navigation and hero of redhat.com with a skip link and arrows showing focus order

In order to hide the skip link until it’s called by the user, positioning it outside the viewport is recommended. Using display: none or the hidden attribute in CSS removes it from keyboard navigation and makes it unusable. Other methods, like making its size equal to 0px, can also prevent screen readers from accessing the element.

Learn more about making invisible content accessible for screen readers.

ARIA Authoring Practices Guide (APG)

Learn to use the accessibility semantics defined by the Accessible Rich Internet Application (ARIA) specification to create accessible web experiences.

View APG resources

Web Content Accessibility Guidelines

Understanding documents provide detailed explanations for Web Content Accessibility Guidelines (WCAG) guidelines and success criteria.

© 2021-2025 Red Hat, Inc. Deploys by Netlify