Skip to content

Commit

Permalink
loading=lazy bugs (#6904)
Browse files Browse the repository at this point in the history
* Update loading-lazy-attr.json

more loading= bugs

* Update loading-lazy-attr.json

typo

* Update loading-lazy-attr.json

small clarification
  • Loading branch information
hartman authored Nov 22, 2023
1 parent 5f4e3ea commit c11b4ed
Showing 1 changed file with 7 additions and 1 deletion.
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

0 comments on commit c11b4ed

Please sign in to comment.