Title: [199189] trunk/Source/_javascript_Core
Revision
199189
Author
[email protected]
Date
2016-04-07 15:01:34 -0700 (Thu, 07 Apr 2016)

Log Message

Add Web Animations API to Feature Status Page
https://bugs.webkit.org/show_bug.cgi?id=156360

Reviewed by Timothy Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (199188 => 199189)


--- trunk/Source/_javascript_Core/ChangeLog	2016-04-07 21:56:57 UTC (rev 199188)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-04-07 22:01:34 UTC (rev 199189)
@@ -1,3 +1,12 @@
+2016-04-07  Jon Davis  <[email protected]>
+
+        Add Web Animations API to Feature Status Page
+        https://bugs.webkit.org/show_bug.cgi?id=156360
+
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
 2016-04-07  Saam barati  <[email protected]>
 
         Invalid assertion inside DebuggerScope::getOwnPropertySlot

Modified: trunk/Source/_javascript_Core/features.json (199188 => 199189)


--- trunk/Source/_javascript_Core/features.json	2016-04-07 21:56:57 UTC (rev 199188)
+++ trunk/Source/_javascript_Core/features.json	2016-04-07 22:01:34 UTC (rev 199189)
@@ -27,6 +27,20 @@
         "keywords": ["Intl", "Collator", "ECMA-402"]
     },
     {
+        "name": "Web Animations",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://www.w3.org/TR/web-animations-1/",
+        "keywords": ["web animations"],
+        "description": "An API to synchronize with the timing for presentation changes of a web page.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "[email protected]",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "WebAssembly",
         "status": {
             "status": "In Development"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to