Closed
Description
Describe the bug
Not sure if the call should be there, but for static images nested in a e.g. a static <div>
, it's gone.
(Tested this in relation to changes from #14269, but if this behavior is wrong, it has been wrong before as well.)
Reproduction
<!-- No call -->
<div><img src="..." loading="lazy" /></div>
<!-- This would have the call: -->
<!-- <img src="..." loading="lazy" /> -->
Logs
No response
System Info
REPL
Severity
annoyance