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

Changeset 215602 in webkit


Ignore:
Timestamp:
Apr 20, 2017, 10:20:38 PM (9 years ago)
Author:
dino@apple.com
Message:

Add Scroll Anchoring to features under consideration.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r215601 r215602  
     12017-04-20  Dean Jackson  <dino@apple.com>
     2
     3        Add Scroll Anchoring to features under consideration.
     4
     5        * features.json:
     6
    172017-04-20  Konstantin Tokarev  <annulen@yandex.ru>
    28
  • trunk/Source/WebCore/features.json

    r215208 r215602  
    978978        "specification": "Streams",
    979979        "comment": "The implementation does not support ReadableStreamBYOBReader."
     980    },
     981    {
     982        "name": "Scroll Anchoring",
     983        "status": {
     984            "status": "Under Consideration"
     985        },
     986        "url": "https://wicg.github.io/ScrollAnchoring/",
     987        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171099",
     988        "keywords": ["scroll", "anchor"],
     989        "category": "css"
    980990    },
    981991    {
Note: See TracChangeset for help on using the changeset viewer.