- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Wed, 01 Feb 2023 13:59:07 +0000
- To: public-css-archive@w3.org
cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-values-5] Require two or more `random-item()`s ==
I am not sure whether the current requirement of one or more random items in [`random-item()`](https://drafts.csswg.org/css-values-5/#random-item) is intentional or if it should be two or more:
```diff
- <random-item()> = random-item( <random-caching-options> ';' <declaration-value> [ ';' <declaration-value> ]* )
+ <random-item()> = random-item( <random-caching-options> ';' <declaration-value> [ ';' <declaration-value> ]+ )
```
Alternatively:
`<random-item()> = random-item( <random-caching-options> [ ';' <declaration-value> ]{2,} )`
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8386 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 1 February 2023 13:59:09 UTC