Leaflet.NavBar
Leaflet.NavBar copied to clipboard
[accessibility] Convey the disabled state to screen reader users
When the controls are disabled (leaflet-control-navbar-back-disabled
, leaflet-control-navbar-fwd-disabled
) they should be conveyed as such to screen reader users.
This can be achieved using aria-disabled="true"
.
Alternatively, the controls could be taken out of the focus order (remove href="#"
), and set to aria-hidden="true"
.
Other resources that you may find helpful: