Changeset 208572 in webkit


Ignore:
Timestamp:
Nov 10, 2016 4:49:06 PM (7 years ago)
Author:
dino@apple.com
Message:

Add CSS Color Level 4 to features.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r208571 r208572  
     12016-11-10  Dean Jackson  <dino@apple.com>
     2
     3        Add CSS Color Level 4 to features.
     4
     5        * features.json:
     6
    172016-11-10  Zalan Bujtas  <zalan@apple.com>
    28
  • trunk/Source/WebCore/features.json

    r208362 r208572  
    44        "name": "Battery Status API",
    55        "status": {
    6                 "status": "Removed"
     6            "status": "Removed"
    77        },
    88        "url": "https://w3c.github.io/battery/",
     
    2828            "twitter": "@jonathandavis"
    2929        }
     30    },
     31    {
     32        "name": "CSS Color Level 4",
     33        "status": {
     34            "status": "In Development",
     35            "enabled-by-default": true
     36        },
     37        "url": "https://drafts.csswg.org/css-color/",
     38        "keywords": ["css color", "color"],
     39        "category": "css",
     40        "description": "Allows content to specify colors outside of the sRGB Color Space."
    3041    },
    3142    {
Note: See TracChangeset for help on using the changeset viewer.