Re: [csswg-drafts] [css-values-5] Minor problems on `toggle()` and `random-*()` productions (#8384)

`toggle()` and `random-item()` might also accept omitting `<declaration-value>` (currently `<any-value>` in `random-item()`), like for `<mix()>` (#8556):

```
<toggle()> = toggle(<declaration-value>? [';' <declaration-value>?]+)
<random-item()> = random-item(<random-caching-options> ';' <declaration-value>? [';' <declaration-value>?]*)
```

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


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

Received on Wednesday, 12 April 2023 12:56:36 UTC