From c11b4ed0c4d24ac92ff2d2c72e15ff8ed9834a16 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Wed, 22 Nov 2023 06:32:17 +0100 Subject: [PATCH] loading=lazy bugs (#6904) * Update loading-lazy-attr.json more loading= bugs * Update loading-lazy-attr.json typo * Update loading-lazy-attr.json small clarification --- features-json/loading-lazy-attr.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features-json/loading-lazy-attr.json b/features-json/loading-lazy-attr.json index 14bd6f688d..d076a8719a 100644 --- a/features-json/loading-lazy-attr.json +++ b/features-json/loading-lazy-attr.json @@ -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":[