Open Malvoz opened 3 years ago
The sr-only class is a non-standard variant of aria-label. Use <a href="#" aria-label=""> instead (to align with https://github.com/Leaflet/Leaflet/blob/bdd7ebf836201550f6d173943b728098b83f40d5/src/control/Control.Zoom.js#L92).
sr-only
aria-label
<a href="#" aria-label="">
Other potentially helpful resources:
The
sr-only
class is a non-standard variant ofaria-label
. Use<a href="#" aria-label="">
instead (to align with https://github.com/Leaflet/Leaflet/blob/bdd7ebf836201550f6d173943b728098b83f40d5/src/control/Control.Zoom.js#L92).Other potentially helpful resources: