Suggested accessibility improvements
Malvoz opened this issue ยท 5 comments
Malvoz commented
Hi @clavijojuan, it's me again ๐
Please consider making the switches (e.g. the <div class="basemapImg">
) keyboard focusable and understandable by screen reader users:
-
tabindex="0"
can be used to make the icons focusable -
role="button"
lets users with screen readers know that they can be pressed -
aria-pressed="true|false"
lets screen reader users know if the icon is selected or not
clavijojuan commented
Hi @Malvoz, ok ! I will work to improve this.
Let me make a question: do you know why this plugin is not merge yet? ๐ข
Malvoz commented
The maintainers will merge it eventually, when they have the time. ๐
clavijojuan commented
The maintainers will merge it eventually, when they have the time. ๐
Oh, thanks ๐
Malvoz commented
I wrote some accessibility-related content for Leaflet that you may find helpful:
โ๐ผ
clavijojuan commented
I wrote some accessibility-related content for Leaflet that you may find helpful:
โ๐ผ
Thanks you, It's very helpful