-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed as RetractedWhen the person who raised the issue thinks that there's no issue after all.When the person who raised the issue thinks that there's no issue after all.Commenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-color-5Color modificationColor modification
Description
color-mix takes two colors and one mandatory percentage (the percentage for the other color is 100-that percentage).
From the Toronto minutes:
RESOLVED: Add color-mix(), try to align with cross-fade()
Looking at the definition for cross-fade I notice:
- It allows an arbitrary number of arguments
- Because of 1., it has fallback language to say how to handle the percentages not summing to 100
This issue is to record the discrepancy. Do we want to allow multiple colors? Do we want to allow percent to be omitted (defaults to equal mix of each color?)
Metadata
Metadata
Labels
Closed as RetractedWhen the person who raised the issue thinks that there's no issue after all.When the person who raised the issue thinks that there's no issue after all.Commenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-color-5Color modificationColor modification