Re: [csswg-drafts] [css-values] Clarifying serialization of negative zero and expression simplification (#9750)

Possibly related:

```js
document.body.style.marginRight = "calc(-0% + -0em + -0ic + -0lh + -0px + -0vw)";
document.body.style.marginRight;
```
- Gecko: `calc(0% - 0em - 0ic - 0lh - 0px - 0vw)`
- Blink/WebKit: `calc(0% + 0em + 0ic + 0lh + 0px + 0vw)`


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


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

Received on Sunday, 24 December 2023 14:05:14 UTC