Skip to contentChangelog 2026-03-05 (Accessibility Nav Arrow Focus Flow Pass 27)
Published
Article content
Changed
- Updated overflow-nav keyboard logic to detect when focus is on a nav link versus the nav container.
- Arrow keys now move focus between adjacent nav links when a link is focused, and keep focused links revealed in view.
Home and End now move to first/last nav links in link-focus mode, while preserving scroll-to-start/end behavior for container-focus mode.
Why
- Prevents key handling from fighting normal keyboard link navigation.
- Improves keyboard-only wayfinding on horizontal nav without requiring pointer/touch interaction.