Title: [268819] trunk/Source/WebCore
- Revision
- 268819
- Author
- [email protected]
- Date
- 2020-10-21 13:05:56 -0700 (Wed, 21 Oct 2020)
Log Message
Add lazy image loading to feature status page
https://bugs.webkit.org/show_bug.cgi?id=208225
Patch by Rob Buis <[email protected]> on 2020-10-21
Reviewed by Simon Fraser.
Add status entry for lazy image loading.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (268818 => 268819)
--- trunk/Source/WebCore/ChangeLog 2020-10-21 19:34:04 UTC (rev 268818)
+++ trunk/Source/WebCore/ChangeLog 2020-10-21 20:05:56 UTC (rev 268819)
@@ -1,3 +1,14 @@
+2020-10-21 Rob Buis <[email protected]>
+
+ Add lazy image loading to feature status page
+ https://bugs.webkit.org/show_bug.cgi?id=208225
+
+ Reviewed by Simon Fraser.
+
+ Add status entry for lazy image loading.
+
+ * features.json:
+
2020-10-21 Antti Koivisto <[email protected]>
[LFC][Integration] Update style of contained layout boxes
Modified: trunk/Source/WebCore/features.json (268818 => 268819)
--- trunk/Source/WebCore/features.json 2020-10-21 19:34:04 UTC (rev 268818)
+++ trunk/Source/WebCore/features.json 2020-10-21 20:05:56 UTC (rev 268819)
@@ -506,6 +506,16 @@
"description": "An API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport."
},
{
+ "name": "Lazy image loading",
+ "status": {
+ "status": "In Development"
+ },
+ "url": "https://html.spec.whatwg.org/#attr-img-loading",
+ "keywords": ["lazy", "image", "loading"],
+ "category": "html",
+ "description": "Allows defering loading of images until they are visible in the viewport."
+ },
+ {
"name": "Media Capture and Streams",
"status": {
"status": "Supported"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes