-
Notifications
You must be signed in to change notification settings - Fork 784
[css-color-5] color-mix() serialization is outdated #13320
Copy link
Copy link
Open
Labels
css-color-5Color modificationColor modificationspec-test-mismatchIssues about tests that seem to assume things that contradict the spec or are not specified at allIssues about tests that seem to assume things that contradict the spec or are not specified at all
Description
Serialize a color-mix() still assumes that 1) the <color-interpolation-method> is required and always serialized, 2) there isn't a <hue-interpolation-method>, and 3) that there are only two colors.
WPT expects the interpolation method to be omitted if it's "in oklab", which matches the usual shortest-serialization rule. It doesn't have coverage for the hue interpolation method or variable numbers of colors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
css-color-5Color modificationColor modificationspec-test-mismatchIssues about tests that seem to assume things that contradict the spec or are not specified at allIssues about tests that seem to assume things that contradict the spec or are not specified at all
Type
Projects
Status
Tuesday afternoon