- From: Natalie Weizenbaum via GitHub <sysbot+gh@w3.org>
- Date: Tue, 24 Sep 2024 23:50:27 +0000
- To: public-css-archive@w3.org
Would `var(--foo, {"foo.svg", "bar.svg"})` resolve to `"foo.svg", "bar.svg"` or to `{"foo.svg", "bar.svg"}`? If the former, does that mean that `if(cond(...): var(--foo))` resolves to `"foo.svg"` if `cond(...)` is true? -- GitHub Notification of comment by nex3 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9539#issuecomment-2372587596 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 24 September 2024 23:50:27 UTC