[Webkit-unassigned] [Bug 195628] CSS Variable expression re-evaluated on dom change causing image reload
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 3 10:00:25 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=195628
--- Comment #12 from malsup at salesforce.com ---
Antti, that repo is different in that it's creating new image elements and setting their src attr. I would expect an image fetch in that case when cache is disabled - that makes perfect sense.
But in the css var example, the value of the background property on the test div is constant. So it appears that property is getting reevaluated and reset on the element, even though its value is unchanged. That doesn't sound right. This would be an issue for any element that rendered non-cacheable assets.
--
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/20200603/371007ff/attachment.htm>
More information about the webkit-unassigned
mailing list