- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Jun 2022 07:14:19 +0000
- To: public-css-archive@w3.org
> If it's not currently written as such, that's a spec bug. Given these productions: ``` <image-set()> = image-set(<image-set-option>#) <image-set-option> = [<image> | <string>] [<resolution> || type(<string>)] <image> = <url> | <image()> | <image-set()> | <cross-fade()> | <element()> | <gradient> ``` I suggest this change: ```diff - `<url-set>` is a limited version of image-set(), where only `<url>` and `<url-set>` can be used in the part of the `<image-set-option>` sub-production which would normally allow `<image>`. + `<url-set>` is a limited version of image-set(), where only `<url>` and `<url-set>` can be used in the part of the `<image>` sub-production. ``` -- GitHub Notification of comment by cdoublev Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7388#issuecomment-1162735688 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 22 June 2022 07:14:21 UTC