Re: [csswg-drafts] [css-values] Provide functions for resolving relative units based on type (#12488)

Could we please allow the following to work in spec?

```css
--v12: "12";
--v0: '"0";
--px: "px";
--deg: "deg";
--dim: var(--px);

--len120px: parse(<dimension> var(--v12) var(--v0) var(--dim));
// Keyword `auto` instead of <dimension> would also be great 
 --num12: parse(<number> var(--v0) var(--v12));
```

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


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

Received on Thursday, 7 May 2026 16:00:44 UTC