- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Feb 2023 22:55:29 +0000
- To: public-css-archive@w3.org
IIRC we used to remove zero terms of a sum and undid it. In general, removing 0px is not fully sound because it turns a length-percentage mix into just percentages, which can behave differently in tables IIRC. In this particular case avoiding the 0px would be feasible, but it raises the question of what should remain if all the terms are zero. E.g., should `calc(0pt + 0vmin + 0vmax + 0px)` be `0px`? Why not `0vmin`? What if there's not a `px` term, what unit do we choose? -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3741#issuecomment-1424947582 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 9 February 2023 22:55:31 UTC