0PricingLogin
Web Accessibility Academy · Lesson

The Tabs Pattern: tablist, tab, tabpanel

Wire the three roles a tab set needs.

What a Tab Set Really Is

A tab set shows one panel at a time and lets users switch between them. To assistive tech it must look like one widget, not loose links.

Three Roles Work Together

The pattern relies on three ARIA roles: a tablist that holds the tabs, each tab, and the panel each tab reveals. Get all three right.

All lessons in this course

  1. The Tabs Pattern: tablist, tab, tabpanel
  2. Arrow-Key Navigation Between Tabs
  3. Accordions With Button and aria-expanded
  4. Disclosure vs Tabs: Pick the Right One
← Back to Web Accessibility Academy