Open
Description
In all locations
- The map itself gets keyboard focus, but has no label or focus outline, so it's a mystery stop.
- add a focus outline to the same div that has
tabindex=”0”
- add
aria-label=”heatmap”
to the same div - identification will also be helped by exposed its
<dt>
, see Heatmap breaks metadata layout #1787
- add a focus outline to the same div that has
In search results
- Keyboard gets to the list of titles, but the sidebar doesn’t open on keyboard focus - only when you click into the map. If you have SR on, you can hear the list of titles, but if you are just a keyboard user - you get a bunch of tabstops with no apparent content. (Gif at the bottom shows me tabbing through the titles. You can see the URL at the bottom left change, but no other indication that anything is changing.)
- open the sidebar when any item in it has keyboard focus
-
The keyboard can get to the zoom in/out buttons, but cannot pan the map. If Zoom takes the highlighted area outside the frame, too bad. I don’t know how to solve this one. Does leaflet has some kind of key combination pan feature?
-
For all users, there’s no pagination past the first 50 results. No way to close the side panel once it’s open. Frequently, the panel pushes the selected square out of view when it opens, changing or zeroing out the list of results. This feature in general has usability issues.
Individual result page
- Marker is in the tab order, but has no action or information associated with it. Is it interactive in some contexts?
- The marker img is missing alt text, and is perceivable, so:
- add
alt=“location marker”
- add
- Outline is not in tab order. AMP reports it as an svg without a title, but it doesn’t seem to be perceived by the SR so I’m leaving it as is.
Tabbing without visual indicator (watch bottom left corner).
Metadata
Metadata
Assignees
Type
Projects
Status
A11y