-
Notifications
You must be signed in to change notification settings - Fork 741
Closed
Labels
Closed Accepted 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
Why do we use vs
and not just something like this:
color-contrast() = color-contrast( <color> [ , <color>#{2,} [ , to [<number> | AA | AA-large | AAA | AAA-large]]? ]? )
Because for me, the following looks like only maroon is tested to AA and only wheat and bisque are compared.
color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AA)
I think this would be much more readable:
color-contrast(wheat, bisque darkgoldenrod olive sienna darkgreen maroon, to AA)
Metadata
Metadata
Assignees
Labels
Closed Accepted 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
Type
Projects
Status
Tuesday