A11y improvements for MarkerClusterer #2988
julliakharchenko
started this conversation in
Ideas
Replies: 1 comment
-
|
Your PR is welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MarkerClustereris not reachable by the keyboard.User press
Tabon the keyboard and can't reach the clusters on the map. This is happening because cluster div tag does not have atabindexattribute. Also good to haverole="button"with the tabindex for screen reader to read it properly.This will help improve a11y a lot!
Pins has
tabindexand aroleand work really nice, but not the cluster.Beta Was this translation helpful? Give feedback.
All reactions