- From: Jane Ori via GitHub <noreply@w3.org>
- Date: Thu, 07 May 2026 16:00:43 +0000
- To: public-css-archive@w3.org
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