Skip to content

Commit 3ce0200

Browse files
committed
[css-color-5] fix conflicting prose about what the percentage means in color-mix()
Related to w3c#6064
1 parent caadff4 commit 3ce0200

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-color-5/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ If the specified colorspace has a smaller gamut
135135
than the one in which the color to be adjusted is specified,
136136
gamut mapping will occur.
137137
3. Colors are then <a href="../css-color-4/#interpolation">interpolated in the specified colorspace</a>.
138-
The result of mixing is the color at the specified percentage along the progression.
138+
The result of mixing is the color at the specified percentage along the progression
139+
of the second color to the first color.
139140

140141
Note: As a corrollary, 0% just returns the second color converted to the specified colorspace,
141142
100% returns the first color converted to the specified colorspace,

0 commit comments

Comments
 (0)