⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 268819 in webkit


Ignore:
Timestamp:
Oct 21, 2020, 1:05:56 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Add lazy image loading to feature status page
https://bugs.webkit.org/show_bug.cgi?id=208225

Patch by Rob Buis <rbuis@igalia.com> on 2020-10-21
Reviewed by Simon Fraser.

Add status entry for lazy image loading.

  • features.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r268818 r268819  
     12020-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
    1122020-10-21  Antti Koivisto  <antti@apple.com>
    213
  • trunk/Source/WebCore/features.json

    r265567 r268819  
    505505        "keywords": ["intersection", "intersection observer", "intersectionobserver"],
    506506        "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."
    507517    },
    508518    {
Note: See TracChangeset for help on using the changeset viewer.