Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
289 stars 76 forks source link

Slider - Ensure parts of graphical objects essential for understanding content have sufficient contrast - (2036570180) #7817

Closed dqateam closed 10 months ago

dqateam commented 1 year ago

Violation:

Ensure parts of graphical objects essential for understanding content have sufficient contrast

image

WCAG Reference:

Severity:

5

Media Type:

Color and Contrast


Areas for Remediation:

Foreground: #7CB9DD Background: #F8F8F8 Contrast ratio: 2.0:1

Examples include:

User Impact Users with low vision will have difficulty identifying this content.

Code Reference

<svg class="svg" height="48" preserveAspectRatio="none" viewBox="0 0 855 48" width="855">
(...)
</svg>

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:

geospatialem commented 10 months ago

Closing in favor of https://github.com/Esri/calcite-design-system/issues/7822 for a more comprehensive audit across the design system.