Title: [215208] trunk/Source/WebCore
Revision
215208
Author
mmaxfi...@apple.com
Date
2017-04-10 16:59:41 -0700 (Mon, 10 Apr 2017)

Log Message

Mark SVG-Within-OpenType as "Under Consideration"
https://bugs.webkit.org/show_bug.cgi?id=170706

Reviewed by Brady Eidson.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (215207 => 215208)


--- trunk/Source/WebCore/ChangeLog	2017-04-10 22:22:39 UTC (rev 215207)
+++ trunk/Source/WebCore/ChangeLog	2017-04-10 23:59:41 UTC (rev 215208)
@@ -1,3 +1,12 @@
+2017-04-10  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Mark SVG-Within-OpenType as "Under Consideration"
+        https://bugs.webkit.org/show_bug.cgi?id=170706
+
+        Reviewed by Brady Eidson.
+
+        * features.json:
+
 2017-04-10  Jeremy Jones  <jere...@apple.com>
 
         Add CoreAudioCaptureSource.

Modified: trunk/Source/WebCore/features.json (215207 => 215208)


--- trunk/Source/WebCore/features.json	2017-04-10 22:22:39 UTC (rev 215207)
+++ trunk/Source/WebCore/features.json	2017-04-10 23:59:41 UTC (rev 215208)
@@ -470,6 +470,21 @@
         }
     },
     {
+        "name": "SVG in OpenType Fonts",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://www.microsoft.com/typography/otspec/svg.htm/",
+        "keywords": ["svg", "font", "opentype", "OT-SVG"],
+        "category": "rendering",
+        "description": "Allows Scalable Vector Graphics content within font files.",
+        "contact": {
+            "name": "Myles C. Maxfield",
+            "twitter": "@Litherum",
+            "email": "mmaxfi...@apple.com"
+        }
+    },
+    {
         "name": "Service Workers",
         "status": {
             "status": "Under Consideration"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to