-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heatmap a11y issues #1813
Comments
Some general things that can be done with regards to Leaflet default behavior. WRT 3, By default the map is focusable and has existing keyboard controls. + Zoom in This functionality can be disabled using https://leafletjs.com/reference-1.6.0.html#map-keyboard WRT 5, we can add custom alt attribute info using https://leafletjs.com/reference-1.6.0.html#marker-alt |
We should check in with the Earthworks team about this. |
In all locations
tabindex=”0”
aria-label=”heatmap”
to the same div<dt>
, see Heatmap breaks metadata layout #1787In search results
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
alt=“location marker”
Tabbing without visual indicator (watch bottom left corner).
The text was updated successfully, but these errors were encountered: