-
Notifications
You must be signed in to change notification settings - Fork 791
[css-color] fallback syntax #291
Copy link
Copy link
Closed
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-color-4Current WorkCurrent Work
Metadata
Metadata
Assignees
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-color-4Current WorkCurrent Work
Type
Fields
Give feedbackNo fields configured for issues without a type.
https://drafts.csswg.org/css-color/#icc-colors
Fallback syntax is currently underspecified. Maybe it should be a value or maybe it allows the full range of color specifications including lab(), color() and so on. Maybe just one value or maybe a (comma separated, like the font stack fallback syntax) list.
My preference would be to allow the full range of color specifications and to allow a list (so for example I could put something with a large ICC profile as the first choice, but give an lab fallback and then an sRGB fallback after that).