Title: [286828] trunk/Source/WTF
Revision
286828
Author
za...@apple.com
Date
2021-12-09 20:31:45 -0800 (Thu, 09 Dec 2021)

Log Message

Enable the CSS Contain property by default
https://bugs.webkit.org/show_bug.cgi?id=234020
<rdar://problem/86218835>

Reviewed by Brent Fulgham.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (286827 => 286828)


--- trunk/Source/WTF/ChangeLog	2021-12-10 03:37:04 UTC (rev 286827)
+++ trunk/Source/WTF/ChangeLog	2021-12-10 04:31:45 UTC (rev 286828)
@@ -1,3 +1,13 @@
+2021-12-09  Alan Bujtas  <za...@apple.com>
+
+        Enable the CSS Contain property by default
+        https://bugs.webkit.org/show_bug.cgi?id=234020
+        <rdar://problem/86218835>
+
+        Reviewed by Brent Fulgham.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-12-09  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, reverting r286804.

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (286827 => 286828)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-10 03:37:04 UTC (rev 286827)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-10 04:31:45 UTC (rev 286828)
@@ -230,11 +230,11 @@
   humanReadableDescription: "Enable contain CSS property"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 CSSCounterStyleAtRuleImageSymbolsEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to