Open cbeer opened 4 years ago
Description: Resource dialog: The background of elements change from #FFFFFF (white) in the non-focus state to #f5f5f5 (whitesmoke) in the focused state. The contrast between the two states is 1.1.
Recommendation: Increase state change to at least 3:1, or add a simple outline around all elements. Can also change span to a button and let browsers do it for you.
Success Criteria: WCAG 1.4.11 Non-text Contrast
Description: Thumbnail pane receives focus at the bottom lacks a keyboard focus indicator. Users must use up/down to navigate.
From a conversation with @enriquediaz while looking at our custom instance of Mirador, but certainly applies here as well:
One possibility to achieve this level of contrast is to invert the color of the icons completely while on hover/focus, from dark lines to light, and to make the background color much darker. These would be manipulating values and properties in the CSS that is already in place — not a big lift — and we could draw from color values already available in Mirador's palette.