naomap / leaflet-fusesearch

A plugin for Leaflet to search features in a GeoJSON layer using Fuse.js
MIT License
94 stars 33 forks source link

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

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: