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

To be more productive, then, my suggestion for the syntax is:

```
if( [<<if-cond>> ':' <<decl-value>> ]#{1,} )
<if-cond> = <<boolean>> | else
```

With the condition that 'else' is only valid in the final pair. (And if there's no `else` and all the conditions fail, the value is IACVT.)

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


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

Received on Monday, 24 June 2024 16:35:56 UTC