Title: [224033] trunk/Source/WebCore
Revision
224033
Author
[email protected]
Date
2017-10-26 11:46:24 -0700 (Thu, 26 Oct 2017)

Log Message

Mark font palettes as in development
https://bugs.webkit.org/show_bug.cgi?id=178590

Unreviewed.


* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224032 => 224033)


--- trunk/Source/WebCore/ChangeLog	2017-10-26 18:44:08 UTC (rev 224032)
+++ trunk/Source/WebCore/ChangeLog	2017-10-26 18:46:24 UTC (rev 224033)
@@ -1,3 +1,12 @@
+2017-10-26  Myles C. Maxfield  <[email protected]>
+
+        Mark font palettes as in development
+        https://bugs.webkit.org/show_bug.cgi?id=178590
+
+        Unreviewed.
+
+        * features.json:
+
 2017-10-26  Ryan Haddad  <[email protected]>
 
         Unreviewed, rolling out r223984.

Modified: trunk/Source/WebCore/features.json (224032 => 224033)


--- trunk/Source/WebCore/features.json	2017-10-26 18:44:08 UTC (rev 224032)
+++ trunk/Source/WebCore/features.json	2017-10-26 18:46:24 UTC (rev 224033)
@@ -864,6 +864,15 @@
         "description": "This property specifies styling for filters applied to the backdrop of an element."
     },
     {
+        "name": "Font Palettes",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://drafts.csswg.org/css-fonts-4/#propdef-font-palette",
+        "specification": "CSS Fonts Level 4",
+        "description": "Allows setting colors in color fonts from CSS"
+    },
+    {
         "name": "Force Click Events",
         "status": {
             "status": "Supported",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to