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
UAs use opacity on disabled controls, but it doesn't work well on the map controls for the following reasons:
Unlike UAs we use aria-disabled and not disabled, so the controls remain focusable, causing a barely visible outline on focus (because the outline too has the opacity applied).
Creates a stacking context (I believe) on disabled controls in the layer control, causing underlying layer setting buttons to show through the overlaying layer item on drag.
The text was updated successfully, but these errors were encountered:
UAs use
opacity
on disabled controls, but it doesn't work well on the map controls for the following reasons:Unlike UAs we use
aria-disabled
and notdisabled
, so the controls remain focusable, causing a barely visibleoutline
on focus (because the outline too has the opacity applied).Too low contrast on the Reload button (because it has both a lighter color + opacity as of Refactoring HTML anatomy of items in layers #531).
Creates a stacking context (I believe) on disabled controls in the layer control, causing underlying layer setting buttons to show through the overlaying layer item on drag.
The text was updated successfully, but these errors were encountered: