Re: [csswg-drafts] [css-color-4] Gamut Mapping Algorithm and Color Banding (#7135)

The upadated spec text reflects the above code:
```
if (E < JND) {
    if (E - JND < ε) {...
```

but `E - JND (< 0) < ε` is always true.
(May be a typo of "`if (JND - E < ε)`" ?)


-- 
GitHub Notification of comment by triple-underscore
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7135#issuecomment-1174544686 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 5 July 2022 02:48:19 UTC