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
based on updates from the accessibility team, the high contrast mode should be updated as follows:
if disabled: nothing specific to do
if enabled: important semantic components/elements (like checkbox or radio buttons) must use the "color.content.default" color token to be displayed in light & dark mode
Note that this "color.content.default" color can also be the color used for the hover state.
Note also that it is recommended to be able to distinguish the enabled and the hover states.
Therefore when the high contrast mode is activated, the hover state must display the focus border.