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
Although the contents of aria-label overrides the × character in the close button of popups, it is still announced as multiplication or times (depending on the screen reader) when the user is hovering the control with a mouse pointer.
Although the contents of
aria-label
overrides the × character in the close button of popups, it is still announced as or (depending on the screen reader) when the user is hovering the control with a mouse pointer.To solve this issue, the × character:
maplibre-gl-js/src/ui/popup.ts
Line 497 in 9e6d57a
should be wrapped in
<span aria-hidden="true">
.(This would also align and be more consistent with other controls that hide icons from ATs, such as the zoom in control)
maplibre-gl-js/src/ui/control/navigation_control.ts
Line 58 in e78ad79
(The same issue was also reported with MapBox: mapbox/mapbox-gl-js#11035.)
The text was updated successfully, but these errors were encountered: