- From: Guillaume via GitHub <noreply@w3.org>
- Date: Sat, 09 May 2026 09:09:19 +0000
- To: public-css-archive@w3.org
If I am not mistaken, this simplification can change the sign of zero: ``` -0 - (1 - 1) = -0 - 0 = -0 // Without the simplification -0 - (1 - 1) = -0 - 1 + 1 = 0 // With the simplification -- GitHub Notification of comment by cdoublev Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13020#issuecomment-4412120655 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 9 May 2026 09:09:20 UTC