Leaflet / Leaflet.draw

Vector drawing and editing plugin for Leaflet
https://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html
MIT License
1.98k stars 994 forks source link

[accessibility] Move from `.sr-only` to `aria-label` #1003

Open Malvoz opened 3 years ago

Malvoz commented 3 years ago

The sr-only class is a non-standard variant of aria-label. Use <a href="#" aria-label=""> instead (to align with https://github.com/Leaflet/Leaflet/blob/bdd7ebf836201550f6d173943b728098b83f40d5/src/control/Control.Zoom.js#L92).


Other potentially helpful resources: