Open
Description
https://drafts.csswg.org/css-images-4/#image-set-notation says:
First, remove any
<image-set-option>
s from the list that specify an unknown or unsupported MIME type in their type() value.
[...]
Finally, among the remaining<image-set-option>
s, make a UA-specific choice of which to load, based on whatever criteria deemed relevant (such as the resolution of the display, connection speed, etc).
What if there are no remaining options? Firefox chooses just the first here but that's fairly arbitrary as well.