An accessible tiny browser demo for exploring a tidepool
Go to file
2026-07-18 22:36:48 +00:00
README.md Document keyboard interaction and review checklist 2026-07-18 22:36:48 +00:00

Tidepool Keyboard Demo

A dependency-free browser demo for moving an explorer between tidepool zones.

Keyboard controls

  • ArrowRight and ArrowDown move to the next zone.
  • ArrowLeft and ArrowUp move to the previous zone.
  • Movement wraps at both ends.

Review checklist

  • Confirm every action has a visible keyboard focus state.
  • Confirm the active zone is announced in a live region.
  • Confirm wraparound behavior is understandable without a pointer.