Re: [csswg-drafts] [css-variables] Invalid arbitrary substitution values as `<declaration-value>` (#8771)

Never mind, per #12165 (and the associated resolutions), `var()` now delays evaluating its arguments at all until substitution time. So `var(1)` is now valid at parse-time, but it'll fail substitution and be replaced with the guaranteed-invalid value.

So, closing.

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


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

Received on Monday, 5 May 2025 21:59:35 UTC