NEW259812
min/max expressions are ignored in sizes attribute
https://bugs.webkit.org/show_bug.cgi?id=259812
Summary min/max expressions are ignored in sizes attribute
mic.gallego
Reported 2023-08-03 18:57:57 PDT
Hi, "min" or "max" expressions are completely ignored by sizes in Safari, while they are properly honored in both Chrome and Firefox. We had a few min() based calculation, which caused Safari desktop to only pickup the biggest size. You can find a minimal reproduction case here: https://codepen.io/bakura10/pen/PodgbzN Chrome and Firefox both show the low-resolution image due to the min clause, while Safari ignores it and uses the bigger image. Thanks!
Attachments
Ahmad Saleem
Comment 1 2023-08-04 04:35:32 PDT
I am able to reproduce using attached test case on STP175 where Safari show '1000*400' while both Chrome Canary 117 and Firefox Nightly 118 show 200*100.
Radar WebKit Bug Importer
Comment 2 2023-08-10 18:58:12 PDT
Note You need to log in before you can comment on or make changes to this bug.