Title: [211303] trunk/Source/WebCore
Revision
211303
Author
[email protected]
Date
2017-01-27 14:39:33 -0800 (Fri, 27 Jan 2017)

Log Message

Proclaim that we are considering font-display, rhythmic sizing, and text decoration level 4
https://bugs.webkit.org/show_bug.cgi?id=167340

Reviewed by Saam Barati.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (211302 => 211303)


--- trunk/Source/WebCore/ChangeLog	2017-01-27 22:23:32 UTC (rev 211302)
+++ trunk/Source/WebCore/ChangeLog	2017-01-27 22:39:33 UTC (rev 211303)
@@ -1,3 +1,12 @@
+2017-01-27  Myles C. Maxfield  <[email protected]>
+
+        Proclaim that we are considering font-display, rhythmic sizing, and text decoration level 4
+        https://bugs.webkit.org/show_bug.cgi?id=167340
+
+        Reviewed by Saam Barati.
+
+        * features.json:
+
 2017-01-27  Chris Dumez  <[email protected]>
 
         Fix diagnostic logging under loader/

Modified: trunk/Source/WebCore/features.json (211302 => 211303)


--- trunk/Source/WebCore/features.json	2017-01-27 22:23:32 UTC (rev 211302)
+++ trunk/Source/WebCore/features.json	2017-01-27 22:39:33 UTC (rev 211303)
@@ -40,6 +40,22 @@
         "description": "Allows content to specify colors outside of the sRGB Color Space."
     },
     {
+        "name": "CSS Font Display",
+        "status": {
+            "status": "Under Consideration",
+            "enabled-by-default": false
+        },
+        "url": "https://tabatkins.github.io/specs/css-font-display/",
+        "keywords": ["css font display", "font display", "font-display", "css font rendering controls", "font rendering controls"],
+        "category": "css",
+        "description": "Allows content to specify what is shown during font loading.",
+        "contact": {
+            "name": "Myles C. Maxfield",
+            "twitter": "@Litherum",
+            "email": "[email protected]"
+        }
+    },
+    {
         "name": "CSS Fonts Level 4",
         "url": "https://drafts.csswg.org/css-fonts-4/",
         "keywords": ["css fonts", "fonts"],
@@ -112,6 +128,22 @@
         "category": "css"
     },
     {
+        "name": "CSS Rhythmic Sizing",
+        "status": {
+            "status": "Under Consideration",
+            "enabled-by-default": false
+        },
+        "url": "https://drafts.csswg.org/css-rhythm/",
+        "keywords": ["css rhythmic sizing", "rhythmic sizing", "step sizing"],
+        "category": "css",
+        "description": "Allows block content to set a simple grid to which lines will adhere.",
+        "contact": {
+            "name": "Myles C. Maxfield",
+            "twitter": "@Litherum",
+            "email": "[email protected]"
+        }
+    },
+    {
         "name": "CSS Scroll Snap Points Module Level 1",
         "status": {
             "status": "In Development",
@@ -138,6 +170,22 @@
         }
     },
     {
+        "name": "CSS Text Decoration Level 4",
+        "status": {
+            "status": "Under Consideration",
+            "enabled-by-default": false
+        },
+        "url": "https://drafts.csswg.org/css-text-decor-4/",
+        "keywords": ["css text decoration", "text decoration"],
+        "category": "css",
+        "description": "Allows content to specify properties of text decorations such as underlines.",
+        "contact": {
+            "name": "Myles C. Maxfield",
+            "twitter": "@Litherum",
+            "email": "[email protected]"
+        }
+    },
+    {
         "name": "CSS Variables",
         "status": {
             "status": "Done",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to