Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2607,8 +2607,8 @@ Color Blending: the ''blend'' and ''blenda'' adjusters</h3>
interpret the |base color| and the given color in the appropriate color space
(RGB, HSL, or HWB).
Linearly interpolate each of the channels of the colors according to the given <<percentage>>,
where ''0%'' produces the specified <<color>>
and ''100%'' produces the |base color|.
where ''100%'' produces the specified <<color>>
and ''0%'' produces the |base color|.

If the color space is ''hsl'' or ''hwb'',
interpolate the hue channel either clockwise or counterclockwise,
Expand Down