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

Changeset 245694 in webkit


Ignore:
Timestamp:
May 23, 2019, 10:59:23 AM (7 years ago)
Author:
Jon Davis
Message:

Update feature status for shipped features
https://bugs.webkit.org/show_bug.cgi?id=196783

Reviewed by Timothy Hatcher.

Updated feature status for Beacon API, CSS Text Decoration Level 4, Intersection Observer,
Conic Gradients, Datalist Element, and Web Share.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r245682 r245694  
     12019-05-23  Jon Davis  <jond@apple.com>
     2
     3        Update feature status for shipped features
     4        https://bugs.webkit.org/show_bug.cgi?id=196783
     5
     6        Reviewed by Timothy Hatcher.
     7       
     8        Updated feature status for Beacon API, CSS Text Decoration Level 4, Intersection Observer,
     9        Conic Gradients, Datalist Element, and Web Share.
     10
     11        * features.json:
     12
    1132019-05-23  Simon Fraser  <simon.fraser@apple.com>
    214
  • trunk/Source/WebCore/features.json

    r244226 r245694  
    2626        "name": "Beacon API",
    2727        "status": {
    28             "status": "Supported In Preview"
     28            "status": "Supported"
    2929        },
    3030        "url": "https://www.w3.org/TR/beacon/",
     
    232232        "name": "CSS Text Decoration Level 4",
    233233        "status": {
    234             "status": "Supported in Preview",
     234            "status": "Supported",
    235235            "enabled-by-default": true
    236236        },
     
    443443        "name": "Intersection Observer",
    444444        "status": {
    445             "status": "Supported in Preview"
     445            "status": "Supported"
    446446        },
    447447        "url": "https://wicg.github.io/IntersectionObserver/",
     
    888888        "name": "Conic Gradients",
    889889        "status": {
    890             "status": "Supported in Preview"
     890            "status": "Supported"
    891891        },
    892892        "url": "https://www.w3.org/TR/css4-images/#conic-gradients",
     
    916916        "name": "Datalist Element",
    917917        "status": {
    918             "status": "Supported in Preview"
     918            "status": "Supported"
    919919        },
    920920        "url": "https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element",
     
    13631363        "name": "Web Share",
    13641364        "status": {
    1365             "status": "Supported in Preview"
     1365            "status": "Supported"
    13661366        },
    13671367        "url": "https://github.com/WICG/web-share/blob/master/docs/interface.md",
Note: See TracChangeset for help on using the changeset viewer.