- From: triple-underscore via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Jul 2022 02:48:17 +0000
- To: public-css-archive@w3.org
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