On this page
Keyboard
Operate without a pointer#
Interactive demo
Keyboard playground
Keyboard playground
Press Tab to move focus through the controls. Activate with Enter or Space where the control supports it.
- Focused
- —
- Last key
- None yet — Tab, then Enter or Space
Basics
- Tab / Shift+Tab move focus
- Enter / Space activate (by control type)
- Escape dismisses transient UI when expected
Focus visibility#
Interactive demo
Focus indication
Tab order#
Interactive demo
tabindex effects
Tab order
Quick reference
tabindex="0"— in natural tab order; use to make custom widgets focusable.tabindex="-1"— programmatically focusable, not in Tab sequence.- Positive values — avoid; they create confusing, fragile tab order.
Traps#
Interactive demo
Avoid keyboard traps
Test
| Action | Expect |
|---|---|
Unplug mouse | Critical tasks still complete |
Watch focus | Focus indicator always visible |
Tab order | Matches reading/logical order |