keyboard-navigation

Installation
SKILL.md

Keyboard Navigation

Focus Order

  1. Follows visual reading order (top-left to bottom-right in LTR)
  2. Skip links at the top: "Skip to main content"
  3. Tab moves forward, Shift+Tab moves backward
  4. No keyboard traps (user can always Tab away, except modals)
  5. Focus returns to trigger after modal/dialog close

Focus Indicators

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
  • Always visible, never outline: none without replacement
  • High contrast against background
  • Consistent style across all elements
Installs
2
GitHub Stars
11
First Seen
Jul 18, 2026
keyboard-navigation — dragoon0x/everything-design-taste