Title: [286495] trunk/Source/WTF
Revision
286495
Author
[email protected]
Date
2021-12-03 09:19:47 -0800 (Fri, 03 Dec 2021)

Log Message

[:has() pseudo-class] Enable by default
https://bugs.webkit.org/show_bug.cgi?id=233809

Reviewed by Simon Fraser.

Flip the switch.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (286494 => 286495)


--- trunk/Source/WTF/ChangeLog	2021-12-03 17:10:13 UTC (rev 286494)
+++ trunk/Source/WTF/ChangeLog	2021-12-03 17:19:47 UTC (rev 286495)
@@ -1,3 +1,14 @@
+2021-12-03  Antti Koivisto  <[email protected]>
+
+        [:has() pseudo-class] Enable by default
+        https://bugs.webkit.org/show_bug.cgi?id=233809
+
+        Reviewed by Simon Fraser.
+
+        Flip the switch.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-12-02  Per Arne Vollan  <[email protected]>
 
         [WP] Strengthen sandbox when AppCache is disabled

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (286494 => 286495)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-03 17:10:13 UTC (rev 286494)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-03 17:19:47 UTC (rev 286495)
@@ -608,11 +608,11 @@
   humanReadableDescription: "Enable :has() pseudo-class"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 HighlightAPIEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to