Skip to content

Commit

Permalink
[css-color-4] Clarify that HWB white or black at 100% is insufficient…
Browse files Browse the repository at this point in the history
… for an achromatic color; it is the sum which matters. #9248
  • Loading branch information
svgeesus committed Dec 16, 2023
1 parent 9058345 commit 95a3539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2640,7 +2640,7 @@ HWB Colors: ''hwb()'' function</h2>
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.

<!-- handling of negative white or black is unspecified
Expand Down

0 comments on commit 95a3539

Please sign in to comment.