Epic: Ensure parts of graphical objects essential for understanding content have sufficient contrast - (2036570198) #7822
Labels
0 - new
New issues that need assignment.
a11y
Issues related to Accessibility fixes or improvements.
ArcGIS Maps SDK for JavaScript
Issues logged by ArcGIS SDK for JavaScript team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
design
Issues that need design consultation prior to development.
needs triage
Planning workflow - pending design/dev review.
Violation:
Ensure parts of graphical objects essential for understanding content have sufficient contrast across the design system for the following components with the
--calcite-color-border-input
css prop andborder-color-input
tailwind util:input
) from Form - Ensure active user interface components have sufficient contrast - (2036570491) #7847 (2036570491)checkbox
combobox
input
input-date-picker
input-number
input-text
segmented-control
select
text-area
radio-button
(2036570149)rating
(2036570023)slider
uses--calcite-color-border-2
light mode ratio of 1.39:1switch
(2036570198)stepper item
(2036570233)This looks to relate to the
--calcite-color-background
[More details]:calcite-mode-light
(#F8F8F8) with the outline of theinput
(#949494), where the contrast ratio is 2.85:1.calcite-mode-dark
(#353535) with the outline of theinput
(#757575), where the contrast ratio is 2.66:1calcite-mode-light:
calcite-mode-dark:
Screenshots
WCAG Reference:
Severity:
5
Media Type:
Color and Contrast
Areas for Remediation:
Issue
There are graphical objects with a color contrast ratio below 3.00: 1.
Foreground: #949494
Background: #F8F8F8
Contrast ratio: 2.86:1
Examples of text with this contrast ratio include:
User Impact
Users with low vision will have difficulty reading this content.
Suggestion
Ensure parts of graphical objects essential for understanding content have sufficient contrast. The required minimum contrast ratio is 3.00:1.
Common examples of qualifying objects include lines in a chart, meaningful icons, and annotations within an image.
Graphics that require particular presentation to preserve their meaning are exempt from this requirement.
To evaluate color contrast, see the Accessible Color Picker extension: https://www.accessibility.dev/
Additional Resources:
The text was updated successfully, but these errors were encountered: