stefanocudini / leaflet-search

Search stuff in a Leaflet map
https://opengeo.tech/maps/leaflet-search/
MIT License
773 stars 335 forks source link

[accessibility] Use `<button>` or `role="button"` #267

Open Malvoz opened 3 years ago

Malvoz commented 3 years ago

Currently, the search and cancel buttons are conveyed as links using a screen reader, please consider using <button> instead, per the WAI-ARIA recommendation. Alternatively use role="button".

Malvoz commented 2 years ago

Potentially helpful resources: