Skip to content
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

spiderify markers ADA accessibility #27

Open
MuellerMatthew opened this issue Apr 21, 2016 · 0 comments
Open

spiderify markers ADA accessibility #27

MuellerMatthew opened this issue Apr 21, 2016 · 0 comments

Comments

@MuellerMatthew
Copy link

I have been working on making my maps more accessible to users with screen readers and users who navigate via keyboards, and one issue I have noticed is that when I am using OMS, some of the functionality is not not very accessible.

When I 'tab' to a marker which is overlapping with other markers, and press 'enter' the overlapping markers spiderify, and my focus remains on the original marker which is great, but when I start tabbing again, the focus shifts off of the spiderified markers to other markers on the screen. Additionally, there is currently no way to unspiderify the markers when they are spiderified(pressing 'enter' spiderifies, but we need another key option to unspiderify).

I think 2 improvements which we could make to this plugin which would make it more accessible is to:

  1. Add a default event handler to the 'esc' key when markers are spiderified which unspiderifies markers.
  2. When markers are spiderified maintain the focus to the spiderified markers by preventing the other markers on the map from being getting focus from tabbing. Tabbing can be used to navigate between the spiderified markers in a clockwise order until the markers are unspiderified when the focus can again shift to the other markers on the map. Additionally if a spiderified marker has the focus the 'left' and 'right' arrow keys should also be usable to allow users to switch between spiderified markers, while the up and down keys should be able to spiderify and unspiderify.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant