Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading=lazy bugs #6904

Merged
merged 3 commits into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion features-json/loading-lazy-attr.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
"description":"Safari 16.1 and below displays a gray border while lazy loading images ([243601](https://bugs.webkit.org/show_bug.cgi?id=243601))"
},
{
"description":"Chromium-based browsers have a memory leak when lazy loading images ([1213045](https://bugs.chromium.org/p/chromium/issues/detail?id=1213045))"
"description": "Safari does not load lazy loaded elements before printing ([224547](https://bugs.webkit.org/show_bug.cgi?id=224547)). Chromium fixed a similar bug in January 2022 ([875403](https://bugs.chromium.org/p/chromium/issues/detail?id=875403))."
},
{
"description":"Chromium-based browsers have a memory leak when lazy loading images ([1213045](https://bugs.chromium.org/p/chromium/issues/detail?id=1213045)). This issue was fixed in late 2023 for release M116."
},
{
"description": "Firefox requires the loading attribute to be set BEFORE the src element for Javascript created images ([1647077](https://bugzilla.mozilla.org/show_bug.cgi?id=1647077))"
}
],
"categories":[
Expand Down