We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901356b commit 36b2394Copy full SHA for 36b2394
css-color-4/Overview.bs
@@ -5489,7 +5489,7 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
5489
<li>let |JND| be 0.02</li>
5490
<li>let |epsilon| be 0.0001</li>
5491
<!-- we already excluded spaces with no gamut limits in the first step, so this is fine -->
5492
- <li>let clip(|color|)| be a function which converts |color| to |destination|,
+ <li>let clip(|color|) be a function which converts |color| to |destination|,
5493
converts all negative components to zero,
5494
converts all components greater that one to one,
5495
and returns the result
0 commit comments