[Webkit-unassigned] [Bug 225185] New: image-set does not support type
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 29 02:13:55 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225185
Bug ID: 225185
Summary: image-set does not support type
Product: WebKit
Version: Safari 14
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: oliverwilliams345 at gmail.com
Safari seems to not currently support the type option, which allows new image formats like webp to be used while specifying a fall-back image in a more well supported format like jpeg or png.
background-image: image-set( "foo.avif" type("image/avif"), "foo.jpg" type("image/jpeg") );
The relevant part of spec is here: https://drafts.csswg.org/css-images-4/#image-set-notation
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210429/d0d50a83/attachment.htm>
More information about the webkit-unassigned
mailing list