Form - Ensure active user interface components have sufficient contrast - (2036570491) #7847
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 - 3
A day or two of work, likely requires updates to tests.
needs triage
Planning workflow - pending design/dev review.
Violation:
Ensure active user interface components have sufficient contrast
WCAG Reference:
Severity:
6
Media Type:
Color and Contrast
Areas for Remediation:
Issue
There are form fields with a contrast ratio below 3.00:1.
Foreground: #949494
Background: #F8F8F8
Contrast ratio: 2.86: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/
Additional Resources:
The text was updated successfully, but these errors were encountered: