Skip to content

Commit 95a3539

Browse files
committed
[css-color-4] Clarify that HWB white or black at 100% is insufficient for an achromatic color; it is the sum which matters. #9248
1 parent 9058345 commit 95a3539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2640,7 +2640,7 @@ HWB Colors: ''hwb()'' function</h2>
26402640
Values outside of these ranges
26412641
are not invalid;
26422642
hue angles outside the range [0,360) will be normalized to that range
2643-
and values of white or black greater than 100% will
2643+
and values of white and black which sum to 100% or greater will
26442644
produce achromatic colors as described below.
26452645

26462646
<!-- handling of negative white or black is unspecified

0 commit comments

Comments
 (0)