Re: [csswg-drafts] [css-values]: Proposal – Add type conversion functions to mathematical expressions (#13550)

> v(calc(1px + 2em + 3pt))   ⇒   v(37px)

And why are you resolving `calc(1px + 2em + 3pt)` into `px`? With `v(2em)` you want `2` and not `32`, right? What about `v(calc(2em))`? It looks inconsistent.

> Using u() is a proposed option for those cases when this behavior is desired.

Sure, please explain why you desire this in more detail.

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


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

Received on Tuesday, 24 February 2026 23:54:44 UTC