Title: [197440] trunk/Source/WebCore
Revision
197440
Author
[email protected]
Date
2016-03-01 22:53:50 -0800 (Tue, 01 Mar 2016)

Log Message

Unreviewed. Update the feature status for custom elements API.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (197439 => 197440)


--- trunk/Source/WebCore/ChangeLog	2016-03-02 05:31:28 UTC (rev 197439)
+++ trunk/Source/WebCore/ChangeLog	2016-03-02 06:53:50 UTC (rev 197440)
@@ -1,3 +1,9 @@
+2016-03-01  Ryosuke Niwa  <[email protected]>
+
+        Unreviewed. Update the feature status for custom elements API.
+
+        * features.json:
+
 2016-02-26  Ryosuke Niwa  <[email protected]>
 
         Contents inside a shadow host with a negative tabindex should not be tab focusable

Modified: trunk/Source/WebCore/features.json (197439 => 197440)


--- trunk/Source/WebCore/features.json	2016-03-02 05:31:28 UTC (rev 197439)
+++ trunk/Source/WebCore/features.json	2016-03-02 06:53:50 UTC (rev 197440)
@@ -365,16 +365,16 @@
     {
         "name": "Custom Elements",
         "status": {
-            "status": "Prototyping"
+            "status": "In Development"
         },
         "url": "http://w3c.github.io/webcomponents/spec/custom/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=150225",
         "specification": "Web Components",
         "description": "Define a custom HTML tag and associate it with an ES6 class.",
         "contact": {
-            "name": "Jon Davis",
-            "twitter": "@jonathandavis",
-            "email": "[email protected]"
+            "name": "Ryosuke Niwa",
+            "twitter": "@RyosukeNiwa",
+            "email": "[email protected]"
         }
     },
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to