Skip to content

Commit caadff4

Browse files
authored
Fixes note about 100% and 0% usage with color-mix() (w3c#6065)
1 parent f2e4a51 commit caadff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-color-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ gamut mapping will occur.
137137
3. Colors are then <a href="../css-color-4/#interpolation">interpolated in the specified colorspace</a>.
138138
The result of mixing is the color at the specified percentage along the progression.
139139

140-
Note: As a corrollary, 0% just returns the first color converted to the specified colorspace,
141-
100% returns the second color converted to the specified colorspace,
140+
Note: As a corrollary, 0% just returns the second color converted to the specified colorspace,
141+
100% returns the first color converted to the specified colorspace,
142142
and 50% produces an equal mix of both.
143143

144144
<div class="example">

0 commit comments

Comments
 (0)