Skip to content

Commit b257a26

Browse files
committed
[css-color-5] Update explanatory prose which still limited color-mix to two. #11530
1 parent aa8f239 commit b257a26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-color-5/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,11 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
209209
and two colors with visually different lightness,
210210
like yellow and blue, can have the same HSL lightness).
211211

212-
To meet this need, the color-mix() function takes two <<color>> specifications
212+
To meet this need, the color-mix() function takes
213+
a list of one or more <<color>> specifications
213214
and returns the result of mixing them,
214215
in a given <<color-space>>,
215-
by a specified amount.
216+
in the specified amounts.
216217

217218

218219
<pre class='prod'>

0 commit comments

Comments
 (0)