Title: [284618] trunk/Source/WTF
Revision
284618
Author
[email protected]
Date
2021-10-21 10:14:43 -0700 (Thu, 21 Oct 2021)

Log Message

[Cocoa] Enable 'accent-color' by default
https://bugs.webkit.org/show_bug.cgi?id=232032
rdar://84474404

Reviewed by Wenson Hsieh.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (284617 => 284618)


--- trunk/Source/WTF/ChangeLog	2021-10-21 17:12:27 UTC (rev 284617)
+++ trunk/Source/WTF/ChangeLog	2021-10-21 17:14:43 UTC (rev 284618)
@@ -1,3 +1,13 @@
+2021-10-21  Aditya Keerthi  <[email protected]>
+
+        [Cocoa] Enable 'accent-color' by default
+        https://bugs.webkit.org/show_bug.cgi?id=232032
+        rdar://84474404
+
+        Reviewed by Wenson Hsieh.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-10-21  Chris Lord  <[email protected]>
 
         [WPE][GTK] Enable smooth scrolling by default

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (284617 => 284618)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-21 17:12:27 UTC (rev 284617)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-10-21 17:14:43 UTC (rev 284618)
@@ -32,11 +32,11 @@
   humanReadableDescription: "Enable accent-color CSS property"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 AccessHandleEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to