From 95a35394f61588c5d68900be994049dcc24ae482 Mon Sep 17 00:00:00 2001 From: Chris Lilley Date: Sat, 16 Dec 2023 18:37:23 -0500 Subject: [PATCH] [css-color-4] Clarify that HWB white or black at 100% is insufficient for an achromatic color; it is the sum which matters. #9248 --- css-color-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index da59cfa1da28..f1d63a2f1db9 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -2640,7 +2640,7 @@ HWB Colors: ''hwb()'' function Values outside of these ranges are not invalid; hue angles outside the range [0,360) will be normalized to that range - and values of white or black greater than 100% will + and values of white and black which sum to 100% or greater will produce achromatic colors as described below.