From 5f26496d558011203cd8796591c3dd0aa4cf154e Mon Sep 17 00:00:00 2001 From: Antti Koivisto Date: Thu, 22 Dec 2022 09:38:10 -0800 Subject: [PATCH] [@property] Enable by default https://bugs.webkit.org/show_bug.cgi?id=249774 rdar://103637580 Reviewed by Tim Nguyen. CSS Properties and Values API https://drafts.css-houdini.org/css-properties-values-api/ * Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml: Flip the switch. Canonical link: https://commits.webkit.org/258246@main --- .../WTF/Scripts/Preferences/WebPreferencesExperimental.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml b/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml index bd788b099fc0..67aa7b8fafb8 100644 --- a/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml +++ b/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml @@ -328,11 +328,11 @@ CSSCustomPropertiesAndValuesEnabled: humanReadableDescription: "Enable CSS Custom Properties and Values API" defaultValue: WebKitLegacy: - default: false + default: true WebKit: - default: false + default: true WebCore: - default: false + default: true CSSGradientInterpolationColorSpacesEnabled: type: bool