Title: [207393] trunk/Source/WebCore
Revision
207393
Author
simon.fra...@apple.com
Date
2016-10-16 11:47:05 -0700 (Sun, 16 Oct 2016)

Log Message

Add the "Geometry Interfaces" to features.json.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207392 => 207393)


--- trunk/Source/WebCore/ChangeLog	2016-10-16 14:30:37 UTC (rev 207392)
+++ trunk/Source/WebCore/ChangeLog	2016-10-16 18:47:05 UTC (rev 207393)
@@ -1,3 +1,9 @@
+2016-10-16  Simon Fraser  <simon.fra...@apple.com>
+
+        Add the "Geometry Interfaces" to features.json.
+
+        * features.json:
+
 2016-10-16  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Document request not updated after willSendRequest is called for a redirect

Modified: trunk/Source/WebCore/features.json (207392 => 207393)


--- trunk/Source/WebCore/features.json	2016-10-16 14:30:37 UTC (rev 207392)
+++ trunk/Source/WebCore/features.json	2016-10-16 18:47:05 UTC (rev 207393)
@@ -203,6 +203,16 @@
         "category": "css"
     },
     {
+        "name": "Geometry Interfaces",
+        "url": "https://drafts.fxtf.org/geometry/",
+        "keywords": ["geometry", "dompointreadonly", "dompoint", "domrectreadonly", "domrect", "domquad", "dommatrixreadonly", "dommatrix"],
+        "category": "html",
+        "status": {
+            "status": "In Development"
+        },
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=163505"
+    },
+    {
         "name": "HTML5",
         "url": "https://html.spec.whatwg.org",
         "keywords": ["html", "html5", "html5.1"],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to