- From: Sebastian Zartner via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 Dec 2023 12:04:10 +0000
- To: public-css-archive@w3.org
> while `round(2.3em)` will continue being invalid due to the type mismatch between A and B. Does it have to be invalid? Isn't it possible to just assume the same type for B in that case? I.e. `round(2.3em)` would be equivalent to `round(2.3em, 1em)`. Sebastian -- GitHub Notification of comment by SebastianZ Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9668#issuecomment-1838498243 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 4 December 2023 12:04:12 UTC