You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to make the map hidden for screen readers by setting a div container to aria-hidden="true" but the map and controls in it doesn't respect it, leaving screen readers having to tab through in blindness.
Expected behaviour: All controls and the map itself gets hidden when I write aria-hidden="true" in its wrapper. Today it doesn't.
See example code here:
Any ideas why? Is this any functionality can be added here or is this up to Google?
The text was updated successfully, but these errors were encountered:
josefnorlin
changed the title
Map doesn't respect "aria-hidden="hidden"
Map doesn't respect "aria-hidden="true"
Dec 13, 2018
I try to make the map hidden for screen readers by setting a div container to aria-hidden="true" but the map and controls in it doesn't respect it, leaving screen readers having to tab through in blindness.
Expected behaviour: All controls and the map itself gets hidden when I write aria-hidden="true" in its wrapper. Today it doesn't.
See example code here:
Any ideas why? Is this any functionality can be added here or is this up to Google?
The text was updated successfully, but these errors were encountered: