Title: [208572] trunk/Source/WebCore
Revision
208572
Author
d...@apple.com
Date
2016-11-10 16:49:06 -0800 (Thu, 10 Nov 2016)

Log Message

Add CSS Color Level 4 to features.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208571 => 208572)


--- trunk/Source/WebCore/ChangeLog	2016-11-11 00:26:53 UTC (rev 208571)
+++ trunk/Source/WebCore/ChangeLog	2016-11-11 00:49:06 UTC (rev 208572)
@@ -1,3 +1,9 @@
+2016-11-10  Dean Jackson  <d...@apple.com>
+
+        Add CSS Color Level 4 to features.
+
+        * features.json:
+
 2016-11-10  Zalan Bujtas  <za...@apple.com>
 
         Move update image calls to RenderElement::styleDidChange.

Modified: trunk/Source/WebCore/features.json (208571 => 208572)


--- trunk/Source/WebCore/features.json	2016-11-11 00:26:53 UTC (rev 208571)
+++ trunk/Source/WebCore/features.json	2016-11-11 00:49:06 UTC (rev 208572)
@@ -3,7 +3,7 @@
     {
         "name": "Battery Status API",
         "status": {
-        	"status": "Removed"
+            "status": "Removed"
         },
         "url": "https://w3c.github.io/battery/",
         "webkit-url": "https://webkit.org/b/62698",
@@ -29,6 +29,17 @@
         }
     },
     {
+        "name": "CSS Color Level 4",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": true
+        },
+        "url": "https://drafts.csswg.org/css-color/",
+        "keywords": ["css color", "color"],
+        "category": "css",
+        "description": "Allows content to specify colors outside of the sRGB Color Space."
+    },
+    {
         "name": "CSS Fonts Level 4",
         "url": "https://drafts.csswg.org/css-fonts-4/",
         "keywords": ["css fonts", "fonts"],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to