Re: [csswg-drafts] [css-images] Define what happens when all image-set options are invalid (#8266)

I think it makes the most sense to not display any image if there are no remaining options. If fallback behavior is wanted the author can use the `image` notation like this:

```CSS
.some-class {
    background-image: image(image-set(...), image("fallback.png"));
}
```

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


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

Received on Friday, 17 February 2023 20:09:12 UTC