You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simply hiding out-of-view markers is problematic to non-visual users, because (unlike e.g. https://github.com/Esri/a11y-map and mapbox/mapbox-gl-js#10114) there's no feedback to users during/after pan & zoom which means that it would be nearly impossible for these users to reach/discover the initially hidden markers.
For keyboard-only users it's also very hard to reach or even discover any markers that are out of view.
Solution
From an accessibility perspective, it'd be best for removeOutsideVisibleBounds to be disabled by default.
And since marker clustering already is a performance enhancement itself I'd really like to see a consideration for changing the default.
In either case, the accessibility problem with removeOutsideVisibleBounds should be documented.
Problem
removeOutsideVisibleBounds
is problematic for screen reader users, Leaflet/Leaflet#3472 (comment):For keyboard-only users it's also very hard to reach or even discover any markers that are out of view.
Solution
From an accessibility perspective, it'd be best for
removeOutsideVisibleBounds
to be disabled by default.And since marker clustering already is a performance enhancement itself I'd really like to see a consideration for changing the default.
In either case, the accessibility problem with
removeOutsideVisibleBounds
should be documented.Additional context
The text was updated successfully, but these errors were encountered: