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

Pagination - Ensure color is not the sole means of communicating information - (2036570531) #5591

Closed dqateam closed 1 year ago

dqateam commented 2 years ago

Module:

22b Pagination

Violation:

Ensure color is not the sole means of communicating information

image

WCAG Reference:

Instance ID:

2036570531

Severity:

10

Description:

[Issue] There is content that uses color alone to visually indicate information. Examples include:

[User Impact] Users with color blindness will have difficulty identifying the colors used to convey this information.

[Code Reference]

<button class="page is-selected">55</button>

Note:

[Suggestion] Ensure color is not the sole means of communicating information. Color can be used as long as other visual indicators of the information are also present. Common additional visual indicators include underlining, bolding, additional on-screen text conveying the information, or change in shape or size.

[Compliant Code Example]

N/A

Media Type:

Color and Contrast

Additional Resources:

geospatialem commented 1 year ago

Not a valid bug, context is provided with both color and an underlined line when selected. Closing.