demo · v132
Keyboard-focusable scroll containers
Press Tab in the input below and keep tabbing. In Chrome 132+, both scrollers receive focus naturally — arrow keys then scroll them. The left scroller has no tabindex; the right has tabindex="-1" to opt out.
scroll container, no tabindex (focusable in 132+)
scroll container, tabindex="-1" (opt out)
focused element: (none)
see also
- Keyboard-focusable scroll containers — feature index
- ChromeStatus entry
- Spec