Profile: Ensure calendar components do not use color alone to convey selection/meaning

Description

[New] - 3/13/2018[Issue]The calendar uses the color only to distinguish between different dates:- today is on a yellow background,- current date on a blue background.[User Impact]Users who cannot see color should also be able to determine these differences.[Code]HTML:

CSS:.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #dad55e; background: #fffa90; color: #777620;}[Expected behavior]Developers should add a title attribute with the entire date and the differences between dates: e.g., today.[Compliant code]HTML:

Activity

Mark Golbeck September 12, 2024 at 7:41 PM

is this still an issue?

Details

Priority

Affects versions

Components

Assignee

Reporter

Created April 19, 2018 at 7:36 AM
Updated September 19, 2024 at 9:48 PM