-
Notifications
You must be signed in to change notification settings - Fork 741
Closed
Labels
Closed Rejected as Wontfix by CSSWG Resolutiona11y-trackerGroup bringing to attention of a11y, or tracked by the a11y Group but not needing response.Group bringing to attention of a11y, or tracked by the a11y Group but not needing response.css-color-6
Description
Right now, if no level is specified, the behavior is that "the most contrasting color" is returned.
This essentially ignores the preference order the candidates are listed in and is vastly different from the behavior when a level is specified, breaking consistency. E.g. it makes color-contrast(over teal, white, black)
the same as color-contrast(over teal, black, white)
.
What are the use cases where authors want the most contrasting color? Why not default to a reasonable (or even highest) level?
Metadata
Metadata
Assignees
Labels
Closed Rejected as Wontfix by CSSWG Resolutiona11y-trackerGroup bringing to attention of a11y, or tracked by the a11y Group but not needing response.Group bringing to attention of a11y, or tracked by the a11y Group but not needing response.css-color-6