Title: [259193] trunk/Source/WebCore
Revision
259193
Author
grao...@webkit.org
Date
2020-03-30 04:18:10 -0700 (Mon, 30 Mar 2020)

Log Message

Mark Pointer Events and Web Animations features as completed in https://webkit.org/status/
https://bugs.webkit.org/show_bug.cgi?id=209730

Reviewed by Antti Koivisto.

Pointer Events and Web Animations have been completed already, mark those as Supported in https://webkit.org/status/.
Additionally, we fix an alphabetical ordering issue.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (259192 => 259193)


--- trunk/Source/WebCore/ChangeLog	2020-03-30 09:37:29 UTC (rev 259192)
+++ trunk/Source/WebCore/ChangeLog	2020-03-30 11:18:10 UTC (rev 259193)
@@ -1,3 +1,15 @@
+2020-03-30  Antoine Quint  <grao...@apple.com>
+
+        Mark Pointer Events and Web Animations features as completed in https://webkit.org/status/
+        https://bugs.webkit.org/show_bug.cgi?id=209730
+
+        Reviewed by Antti Koivisto.
+
+        Pointer Events and Web Animations have been completed already, mark those as Supported in https://webkit.org/status/.
+        Additionally, we fix an alphabetical ordering issue.
+
+        * features.json:
+
 2020-03-30  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. [GTK][WPE] Media controls: Remove references to -webkit-media-controls-time-remaining-display

Modified: trunk/Source/WebCore/features.json (259192 => 259193)


--- trunk/Source/WebCore/features.json	2020-03-30 09:37:29 UTC (rev 259192)
+++ trunk/Source/WebCore/features.json	2020-03-30 11:18:10 UTC (rev 259193)
@@ -131,21 +131,6 @@
         "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"
@@ -168,6 +153,21 @@
         }
     },
     {
+        "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 Media Queries Level 4",
         "url": "http://dev.w3.org/csswg/mediaqueries-4/",
         "keywords": ["css media queries", "media queries"],
@@ -530,8 +530,7 @@
     {
         "name": "Pointer Events Level 2",
         "status": {
-            "status": "In Development",
-            "enabled-by-default": false
+            "status": "Supported"
         },
         "url": "https://www.w3.org/TR/pointerevents/",
         "keywords": ["dom", "events", "touch", "mouse", "stylus"],
@@ -664,7 +663,7 @@
     {
         "name": "Web Animations",
         "status": {
-            "status": "Supported In Preview"
+            "status": "Supported"
         },
         "url": "https://www.w3.org/TR/web-animations-1/",
         "keywords": ["web animations"],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to