omeka / plugin-Geolocation

Allows administrative users to save geolocation data for an individual item. The plugin generates a Google map containing items with geolocation data and a web page for displaying the map.
http://omeka.org/codex/Plugins/Geolocation
12 stars 20 forks source link

Alert screen readers when items are selected on the map #57

Open kimisgold opened 3 weeks ago

kimisgold commented 3 weeks ago

Right now, when items in the side list are activated, screen reader users have no indication as to what happens on the map. Sighted users can see the marker come into focus with the popup activated. It would be helpful to provide a descriptive alert for screen readers.

zerocrates commented 3 weeks ago

Maybe we just need to set focus in addition to opening the popup?

kimisgold commented 3 weeks ago

That would work, I think.