Hub: index · watch · videos · article

Tabs demo (keyboard + ARIA)

Tabs are a common UI pattern — and a common accessibility failure when built as click-only elements. This micro-demo compares a broken “tabs” row (BEFORE) with a real tablist that supports keyboard navigation and communicates relationships (AFTER).

AFTER mode
Keyboard: Tab to reach the tabs · / to move · Home/End · Enter/Space (manual mode)
Compare
AFTER: real tablist (keyboard + ARIA)
Activation: Automatic (arrow keys also select)

Overview

Arrow keys move focus across the tabs. In automatic mode, moving focus also changes the selected tab.

Selected tab: Overview (automatic activation)