Combobox, Combobox Item Group and Combobox Item - Ensure active user interface components have sufficient contrast - (2036569896) #7787
Labels
0 - new
New issues that need assignment.
a11y
Issues related to Accessibility fixes or improvements.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
design
Issues that need design consultation prior to development.
estimate - design - lg
Large design effort; 10-20 days of design work
p - medium
Issue is non core or affecting less that 60% of people using the library
Violation:
Ensure active user interface components have sufficient contrast
WCAG Reference:
Severity:
6
Media Type:
Color and Contrast
Areas for Remediation:
Issue
There are user interface components with a contrast ratio below 3.00:1.
Foreground:#CACACA
Background: #FFFFFF
The contrast ratio is: 1.6:1
Examples of this user interface component include:
User Impact
Users with low vision will have difficulty identifying this content.
Code Reference
Suggestion
Ensure active user interface components have sufficient contrast. The required minimum contrast ratio is 3.00:1.
Common examples of qualifying components include text field borders, checkmarks for checkboxes, fillings for radio buttons, focus indicators, and icon-only controls.
For borders, the "adjacent color" can be the color that touches the outside of the border or the color that touches the inside of the border. Contrast with both is not required.
Disabled controls that cannot be navigated to with the keyboard are exempt from this requirement.
Refer to the Accessible Color Picker extension or Color Contrast Checker site for assistance: https://www.accessibility.dev/
Compliant Code Example
Additional Resources:
The text was updated successfully, but these errors were encountered: