Changeset 268819 in webkit
- Timestamp:
- Oct 21, 2020, 1:05:56 PM (6 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
features.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r268818 r268819 1 2020-10-21 Rob Buis <rbuis@igalia.com> 2 3 Add lazy image loading to feature status page 4 https://bugs.webkit.org/show_bug.cgi?id=208225 5 6 Reviewed by Simon Fraser. 7 8 Add status entry for lazy image loading. 9 10 * features.json: 11 1 12 2020-10-21 Antti Koivisto <antti@apple.com> 2 13 -
trunk/Source/WebCore/features.json
r265567 r268819 505 505 "keywords": ["intersection", "intersection observer", "intersectionobserver"], 506 506 "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." 507 }, 508 { 509 "name": "Lazy image loading", 510 "status": { 511 "status": "In Development" 512 }, 513 "url": "https://html.spec.whatwg.org/#attr-img-loading", 514 "keywords": ["lazy", "image", "loading"], 515 "category": "html", 516 "description": "Allows defering loading of images until they are visible in the viewport." 507 517 }, 508 518 {
Note:
See TracChangeset
for help on using the changeset viewer.