Title: [251695] trunk/Source/WebCore
Revision
251695
Author
commit-qu...@webkit.org
Date
2019-10-29 03:15:37 -0700 (Tue, 29 Oct 2019)

Log Message

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

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

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

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (251694 => 251695)


--- trunk/Source/WebCore/ChangeLog	2019-10-29 04:08:10 UTC (rev 251694)
+++ trunk/Source/WebCore/ChangeLog	2019-10-29 10:15:37 UTC (rev 251695)
@@ -1,3 +1,14 @@
+2019-10-29  Dirk Schulze  <k...@webkit.org>
+
+        Add CSS Masking and SVG 2 to feature list
+        https://bugs.webkit.org/show_bug.cgi?id=186155
+
+        Reviewed by Simon Fraser.
+
+        Add CSS Masking Level 1 and SVG 2 to feature list.
+
+        * features.json:
+
 2019-10-28  Daniel Bates  <daba...@apple.com>
 
         Remove unnecessary #include <limits.h> header from Timer.cpp

Modified: trunk/Source/WebCore/features.json (251694 => 251695)


--- trunk/Source/WebCore/features.json	2019-10-29 04:08:10 UTC (rev 251694)
+++ trunk/Source/WebCore/features.json	2019-10-29 10:15:37 UTC (rev 251695)
@@ -131,6 +131,21 @@
         "category": "css"
     },
     {
+        "name": "CSS Masking Level 1",
+        "url": "https://drafts.fxtf.org/css-masking-1/",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": true
+        },
+        "keywords": ["css masking", "clip-path", "clipping", "masking", "mask"],
+        "category": "css",
+        "contact": {
+            "name": "Dirk Schulze",
+            "twitter": "@dirkschulze",
+            "email": "dschu...@adobe.com"
+        }
+    },
+    {
         "name": "CSS Layout API Level 1",
         "status": {
             "status": "Under Consideration"
@@ -565,6 +580,21 @@
         }
     },
     {
+        "name": "SVG 2",
+        "url": "https://svgwg.org/svg2-draft/",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": true
+        },
+        "keywords": ["svg"],
+        "category": "svg",
+        "contact": {
+            "name": "Dirk Schulze",
+            "twitter": "@dirkschulze",
+            "email": "dschu...@adobe.com"
+        }
+    },
+    {
         "name": "SVG in OpenType Fonts",
         "status": {
             "status": "Supported"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to