Changeset 251695 in webkit


Ignore:
Timestamp:
Oct 29, 2019 3:15:37 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Add CSS Masking and SVG 2 to feature list
https://bugs.webkit.org/show_bug.cgi?id=186155

Patch by Dirk Schulze <krit@webkit.org> on 2019-10-29
Reviewed by Simon Fraser.

Add CSS Masking Level 1 and SVG 2 to feature list.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r251694 r251695  
     12019-10-29  Dirk Schulze  <krit@webkit.org>
     2
     3        Add CSS Masking and SVG 2 to feature list
     4        https://bugs.webkit.org/show_bug.cgi?id=186155
     5
     6        Reviewed by Simon Fraser.
     7
     8        Add CSS Masking Level 1 and SVG 2 to feature list.
     9
     10        * features.json:
     11
    1122019-10-28  Daniel Bates  <dabates@apple.com>
    213
  • trunk/Source/WebCore/features.json

    r250905 r251695  
    130130        "keywords": ["css inline layout", "css inline", "inline"],
    131131        "category": "css"
     132    },
     133    {
     134        "name": "CSS Masking Level 1",
     135        "url": "https://drafts.fxtf.org/css-masking-1/",
     136        "status": {
     137            "status": "In Development",
     138            "enabled-by-default": true
     139        },
     140        "keywords": ["css masking", "clip-path", "clipping", "masking", "mask"],
     141        "category": "css",
     142        "contact": {
     143            "name": "Dirk Schulze",
     144            "twitter": "@dirkschulze",
     145            "email": "dschulze@adobe.com"
     146        }
    132147    },
    133148    {
     
    563578            "email": "joepeck@webkit.org",
    564579            "twitter": "@JosephPecoraro"
     580        }
     581    },
     582    {
     583        "name": "SVG 2",
     584        "url": "https://svgwg.org/svg2-draft/",
     585        "status": {
     586            "status": "In Development",
     587            "enabled-by-default": true
     588        },
     589        "keywords": ["svg"],
     590        "category": "svg",
     591        "contact": {
     592            "name": "Dirk Schulze",
     593            "twitter": "@dirkschulze",
     594            "email": "dschulze@adobe.com"
    565595        }
    566596    },
Note: See TracChangeset for help on using the changeset viewer.