socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
433 stars 138 forks source link

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

Open Malvoz opened 2 years ago

Malvoz commented 2 years ago

Time controls are announced as a "link" using a screen reader (missing role="button").

Another option is to use <button type="button">, but which would require additional styling to reset browser defaults.

References: