Title: [206703] trunk/Source/WebCore
Revision
206703
Author
mmaxfi...@apple.com
Date
2016-09-30 18:28:44 -0700 (Fri, 30 Sep 2016)

Log Message

Declare that our variation fonts work is in progress
https://bugs.webkit.org/show_bug.cgi?id=162816

Reviewed by Simon Fraser.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206702 => 206703)


--- trunk/Source/WebCore/ChangeLog	2016-10-01 01:27:35 UTC (rev 206702)
+++ trunk/Source/WebCore/ChangeLog	2016-10-01 01:28:44 UTC (rev 206703)
@@ -1,5 +1,14 @@
 2016-09-30  Myles C. Maxfield  <mmaxfi...@apple.com>
 
+        Declare that our variation fonts work is in progress
+        https://bugs.webkit.org/show_bug.cgi?id=162816
+
+        Reviewed by Simon Fraser.
+
+        * features.json:
+
+2016-09-30  Myles C. Maxfield  <mmaxfi...@apple.com>
+
         Turn variation fonts on by default
         https://bugs.webkit.org/show_bug.cgi?id=162818
 

Modified: trunk/Source/WebCore/features.json (206702 => 206703)


--- trunk/Source/WebCore/features.json	2016-10-01 01:27:35 UTC (rev 206702)
+++ trunk/Source/WebCore/features.json	2016-10-01 01:28:44 UTC (rev 206703)
@@ -18,6 +18,17 @@
         }
     },
     {
+        "name": "CSS Fonts Level 4",
+        "url": "https://drafts.csswg.org/css-fonts-4/",
+        "keywords": ["css fonts", "fonts"],
+        "category": "css",
+        "contact": {
+            "name": "Myles C. Maxfield",
+            "twitter": "@Litherum",
+            "email": "mmaxfi...@apple.com"
+        }
+    },
+    {
         "name": "CSS Grid Layout Level 1",
         "status": {
             "status": "In Development",
@@ -803,6 +814,18 @@
         "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template",
         "specification": "Web Components",
         "description": "Declares HTML fragments that can be cloned and inserted into the document by a script."
+    },
+    {
+        "name": "Variation Fonts",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": false
+        },
+        "url": "https://drafts.csswg.org/css-fonts-4/",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=162815",
+        "documentation-url": "https://drafts.csswg.org/css-fonts-4/",
+        "specification": "CSS Fonts Level 4",
+        "description": "Allows selection of variation values along fonts' exposed axes."
     }
     ]
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to