🖋️
Web Accessibility Resources
  • Web Accessibility
  • Cheat Sheets
    • Structure and Semantics
      • Page Title
      • Language
      • Headings
      • Landmarks
      • Lists
      • Tables
      • Iframes
      • Markup Validity
      • Other Semantic Elements
    • Links & Navigation
      • Links
      • Site Navigation
      • Within-Page Navigation
      • Reading Order/Focus Order
    • Images & Visual Design
      • Images
      • Color & Contrast
      • Text Styles, Resize, Reflow, and Zoom
      • Visual Cues
      • Adaptive and Responsive Output
    • Multimedia, Animations, and Motion
      • Audio and Video
      • Animation, Motion, and Timed Content
    • User Input, Forms, and Dynamic Content
      • Device-Independent User Input
      • Form Input, Labels, and Instructions
      • Form Validation and Feedback
      • Dynamic Content (JavaScript, AJAX)
      • Custom Widgets (JavaScript, ARIA)
      • CAPTCHA
    • Keyboard Commands
  • Semantic Group Labels
Powered by GitBook
On this page

Was this helpful?

  1. Cheat Sheets
  2. Links & Navigation

Within-Page Navigation

PreviousSite NavigationNextReading Order/Focus Order

Last updated 5 years ago

Was this helpful?

Topic

Technique

WCAG AA Requirement

Methods to Bypass Blocks of Content

Bypass blocks: A method MUST exist to bypass repeated blocks of content. Possible techniques applicable to almost all pages include skip links, headings, and landmarks. It's best to use all of these techniques, if possible. Other techniques include page-specific table of contents links and expandable/collapsible regions.

Required

Reading/Focus Order

Reading Order: The reading and navigation order MUST be logical and intuitive.

Required

Focus Order: The navigation order of focusable elements MUST be logical and intuitive.

Required

Skip links

Provide a skip link: A keyboard-functional "skip" link SHOULD be provided to allow keyboard users to navigate directly to the main content.

best practice

First focusable element: The "skip link" SHOULD be the first focusable element on the page.

best practice

Skip link visibility: A skip link MUST be either visible at all times or visible on keyboard focus.

best practice

Table of Contents

Table of contents links: A table of contents for the page MAY be included at the top of the content or in the header.

best practice

Reflect the heading structure: If a table of contents for the page is included, it SHOULD reflect the heading structure of the page.

best practice

Paginated Views

Visual "you are here" indicator: A paginated view SHOULD include a visible method of informing users which view is the currently active/visible view.

best practice

Non-visual "you are here" indicator: A paginated view SHOULD include a method available to assistive technologies of informing non-visual users which view is the currently active/visible view.

best practice

WCAG 2.4.1
WCAG 1.3.2
WCAG 2.4.3