Re: [csswg-drafts] [css-values] Idea to make "`var()` for regular properties" implementable (#9454)

@kizu Tracking the specified value for these substitutions wouldn't be great if you specify `inherit` or such. Like `padding-left: inherit; something: calc(var(padding-left) + ...)` would want the actual computed value for the calculation. Also not great if `var(border-left-width)` is e.g. 3px but the actual computed value is `0px` because of `border-left-style: none`.

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


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

Received on Monday, 16 October 2023 10:47:16 UTC