Skip to content

Commit

Permalink
[@Property] Enable by default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anttijk committed Dec 22, 2022
1 parent 4f0ccda commit 5f26496
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit 5f26496

Please sign in to comment.