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

> But wouldn't it also eliminate the need for these dependencies?

No. We add new dependencies all the time. For example, #8407 made `content-visibility: auto` add the `auto` keyword to `contain-intrinsic-size`, and this was a desirable dependency to avoid an unstable layout. Probably not the best example since `content-visibility: var(contain-intrinsic-size)` doesn't make much sense, and in this case it wouldn't have been a big deal to add the dependency at used-value time. But yeah, I'm concerned about forwards compatibility.

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


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

Received on Sunday, 15 October 2023 23:20:16 UTC