maydemirx / leaflet-tag-filter-button

Adds tag filter control for layers (marker, geojson features etc.) to LeafLet.
leaflet-tag-filter-button.vercel.app
MIT License
53 stars 23 forks source link

[accessibility] filter buttons aren't keyboard operable #38

Open Malvoz opened 3 years ago

Malvoz commented 3 years ago

It's currently not possible to use a keyboard to operate the filter tags.

Ideally <button> should be used and not <a>, please see the WAI-ARIA recommendation.

Malvoz commented 2 years ago

Other potentially helpful resources:

maydemirx commented 1 year ago

Thank you @Malvoz for your feedback. I'll check and inform again.