Skip to content

Commit d277f4c

Browse files
committed
[css-color-5] Clarified that sole item in color-mix() is returned in the specified color space. Fix w3c#12234
1 parent f73b91a commit d277f4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-color-5/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
279279
3. Let |alpha mult| be <code>1 - |leftover|</code>,
280280
interpreting |leftover| as a number between 0 and 1.
281281
4. If |items| is length 1,
282-
set |color| to the color of that sole item.
282+
set |color| to the color of that sole item,
283+
converted to the specified interpolation <<color-space>>.
283284

284285
Otherwise:
285286

0 commit comments

Comments
 (0)