- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Apr 2023 12:56:34 +0000
- To: public-css-archive@w3.org
`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