Re: [csswg-drafts] [css-values-5] Add `spread()` to CSS (#8391)

Yeah, so:
 - Until explicitly unrawed: `--w: tokens(inherit); width: unraw(var(--w))`
 - One substitution: `--w: tokens(inherit); width: var(--w)`
 - Until non-universal: `--w: tokens(inherit); width: var(--w)`

The difference is if you have a chain of custom properties referencing each other, and you want to unraw earlier. But `spread()` could also benefit from that. So the execution for both could be: hold something for arbitrary substitutions until unrawed either explicitly  or implicitly by reaching a non-universal grammar.

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


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

Received on Tuesday, 14 February 2023 23:05:29 UTC