[Webkit-unassigned] [Bug 251196] image-set() is changing the order of rules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 08:11:26 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251196

--- Comment #4 from Ryan Reno <rreno at apple.com> ---
When we implement support for type() (https://bugs.webkit.org/show_bug.cgi?id=225185) we will need to filter the set of images on supported MIME type. One thing that could be done to fix this bug is store the image-set as written by the author in the StyleImageSet object. On construction that object could then create a second list of sorted-by-resolution and filtered-by-MIME-type images that it uses in the algorithm to determine which image to use.

-- 
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/20230207/e47e2dc6/attachment.htm>


More information about the webkit-unassigned mailing list