Details
Priority
MinorAffects versions
Components
Assignee
UnassignedUnassignedReporter
Matthew JonesMatthew Jones
Details
Details
Priority
Affects versions
Components
Assignee
Unassigned
UnassignedReporter
Matthew Jones
Matthew JonesCreated April 19, 2018 at 7:36 AM
Updated September 19, 2024 at 9:48 PM
[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: