Accessibility Quick Check

Bypassing an Inaccessible Map

Google Maps markers are not fully keyboard accessible. This review shows how one map-based site provides a keyboard-accessible alternative so users are not left behind.

Read the full transcript ↓

What Is It?

Google Maps markers are not fully keyboard accessible — Tab reaches one marker, then skips to the fullscreen button, leaving all others unreachable.

Why It Matters

Keyboard users cannot access the same content as mouse users, leaving the majority of map markers — and the results behind them — effectively hidden.

How To Test

  1. Load the page.
  2. Use Tab to navigate into the map.
  3. Count how many markers receive keyboard focus.
  4. Check whether Tab skips past remaining markers.
  5. Confirm an accessible alternative exists to reach the same content.

The Fix

When a third-party component cannot be made fully accessible, provide an equivalent alternative. Here, a "Go to Results" button in the filter bar gives keyboard users a direct path to the filtered contest results after applying a filter — no map interaction required. This satisfies WCAG 2.4.1.

Related Skills

  • Accessibility Testing
  • Keyboard Navigation
  • Screen Reader Support
  • Manual QA
  • WCAG 2.4.1