- From: Josh Tumath via GitHub <noreply@w3.org>
- Date: Thu, 19 Feb 2026 11:14:28 +0000
- To: public-css-archive@w3.org
> Is lazy really the soonest the browser can load this information? I saw a proposal at some point for after-layout - something in between eager and lazy. This would allow for better quality images but also better performance (not over fetching for example). It's the soonest because the HTML parser loads an image as soon as it identifies an image source URL - it doesn't wait until a later phase, so - like Emilio said - it's downloaded before the browser has even started to process any CSS, so we can't wait until after layout unless you use `loading=lazy`. We have a similar problem in #13377. -- GitHub Notification of comment by JoshTumath Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5889#issuecomment-3926567875 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 19 February 2026 11:14:30 UTC