Title: [199195] trunk/Source/WebCore
Revision
199195
Author
[email protected]
Date
2016-04-07 15:31:38 -0700 (Thu, 07 Apr 2016)

Log Message

Include Conical Gradients on the Feature Status page.
https://bugs.webkit.org/show_bug.cgi?id=156363

Reviewed by Timothy Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199194 => 199195)


--- trunk/Source/WebCore/ChangeLog	2016-04-07 22:28:56 UTC (rev 199194)
+++ trunk/Source/WebCore/ChangeLog	2016-04-07 22:31:38 UTC (rev 199195)
@@ -1,3 +1,12 @@
+2016-04-07  Jon Davis  <[email protected]>
+
+        Include Conical Gradients on the Feature Status page.
+        https://bugs.webkit.org/show_bug.cgi?id=156363
+
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
 2016-04-07  Beth Dakin  <[email protected]>
 
         Build fix.

Modified: trunk/Source/WebCore/features.json (199194 => 199195)


--- trunk/Source/WebCore/features.json	2016-04-07 22:28:56 UTC (rev 199194)
+++ trunk/Source/WebCore/features.json	2016-04-07 22:31:38 UTC (rev 199195)
@@ -16,6 +16,12 @@
         }
     },
     {
+        "name": "CSS Image Values and Replaced Content Module Level 4",
+        "url": "https://www.w3.org/TR/css4-images/",
+        "keywords": ["css image values","css","image values"],
+        "category": "css"
+    },
+    {
         "name": "CSS Inline Layout Module Level 3",
         "status": {
             "status": "In Development",
@@ -408,6 +414,20 @@
         }
     },
     {
+        "name": "Conic Gradients",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://www.w3.org/TR/css4-images/#conic-gradients",
+        "specification": "CSS Image Values and Replaced Content Module Level 4",
+        "description": "Defines gradients wrapped around a central point.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "[email protected]",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "Custom Elements",
         "status": {
             "status": "In Development"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to