Re: [csswg-drafts] [css-values-5] What is the MVP for inline conditionals on custom properties? (#10064)

Not opposed to requiring `else:` due to the 2nd reason you provided, but I don't get the problem of the trailing comma/semicolon changing the meaning. It already happens with `var()`:

```css
background: green var(--invalid); /* IACVT */
background: green var(--invalid,); /* green */
```

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


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

Received on Thursday, 5 September 2024 20:21:42 UTC