From 41817df3847c543994e14a890d6ee73f87629e3a Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 17 Jan 2018 17:15:40 -0500 Subject: [PATCH] [css-color-4] correct blend() adjuster calculation --- css-color-4/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 963777ad724..676b4e7e132 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -2607,8 +2607,8 @@ Color Blending: the ''blend'' and ''blenda'' adjusters 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 <>, - where ''0%'' produces the specified <> - and ''100%'' produces the |base color|. + where ''100%'' produces the specified <> + and ''0%'' produces the |base color|. If the color space is ''hsl'' or ''hwb'', interpolate the hue channel either clockwise or counterclockwise,