Leaflet / Leaflet.draw

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

[accessibility] `<a href="#">` should use `role="button"` #1004

Open Malvoz opened 3 years ago

Malvoz commented 3 years ago

To convey that the <a> is a button and not a link (align with https://github.com/Leaflet/Leaflet/blob/bdd7ebf836201550f6d173943b728098b83f40d5/src/control/Control.Zoom.js#L89-L91).

Malvoz commented 2 years ago

Other potentially helpful resources: