Title: [264739] trunk/Source/WebCore
Revision
264739
Author
j...@apple.com
Date
2020-07-22 18:41:16 -0700 (Wed, 22 Jul 2020)

Log Message

Add feature status for CSS Containment Module Level 1
https://bugs.webkit.org/show_bug.cgi?id=214663

Reviewed by Darin Adler.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (264738 => 264739)


--- trunk/Source/WebCore/ChangeLog	2020-07-23 01:37:19 UTC (rev 264738)
+++ trunk/Source/WebCore/ChangeLog	2020-07-23 01:41:16 UTC (rev 264739)
@@ -1,5 +1,14 @@
 2020-07-22  Jon Davis  <j...@apple.com>
 
+        Add feature status for CSS Containment Module Level 1
+        https://bugs.webkit.org/show_bug.cgi?id=214663
+
+        Reviewed by Darin Adler.
+
+        * features.json:
+
+2020-07-22  Jon Davis  <j...@apple.com>
+
         Add feature status for the focus-visible pseudo-selector
         https://bugs.webkit.org/show_bug.cgi?id=214662
 

Modified: trunk/Source/WebCore/features.json (264738 => 264739)


--- trunk/Source/WebCore/features.json	2020-07-23 01:37:19 UTC (rev 264738)
+++ trunk/Source/WebCore/features.json	2020-07-23 01:41:16 UTC (rev 264739)
@@ -73,6 +73,17 @@
         "description": "Allows content to specify colors outside of the sRGB Color Space."
     },
     {
+        "name": "CSS Containment Level 1",
+        "status": {
+            "status": "Under Consideration",
+            "enabled-by-default": false
+        },
+        "url": "https://www.w3.org/TR/css-contain-1/",
+        "keywords": ["css containment", "contain", "content", "layout", "size", "paint"],
+        "category": "css",
+        "description": "Allows content to specify that an element’s subtree is independent of the rest of the page to allow for optimizations by the browser."
+    },
+    {
         "name": "CSS Font Display",
         "status": {
             "status": "Supported",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to