Re: [csswg-drafts] [css-properties-values-api] A compact syntax for registering global constants/custom properties (#9206)

`immutable: false` is a double negative that should probably be `mutable: true` instead.

But I think I prefer `global`, to make it clearer that these will be globally available.

It can also make sense adding the other option described by Tab: static props accross the tree. I can imagine wanting to change some color props depending on a media query checking `prefers-color-scheme`, so the props can't be used in media query conditions, but wanting to avoid perf problems if there are lots of these props.

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


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

Received on Friday, 18 August 2023 23:51:25 UTC