Skip to content

Commit

Permalink
Enable CSSColorMixEnabled and CSSGradientInterpolationColorSpacesEnab…
Browse files Browse the repository at this point in the history
…led preference

https://bugs.webkit.org/show_bug.cgi?id=242917
<rdar://97278994>

Reviewed by Myles C. Maxfield.

CSSWG thinks these features are ready to ship: w3c/csswg-drafts#7310 (comment)

* Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:

Canonical link: https://commits.webkit.org/252716@main
  • Loading branch information
nt1m committed Jul 21, 2022
1 parent 6dffcfd commit c905475
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ CSSColorMixEnabled:
humanReadableDescription: "Enable support for CSS color-mix() defined in CSS Color 5"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

CSSContainIntrinsicSizeEnabled:
type: bool
Expand Down Expand Up @@ -314,11 +314,11 @@ CSSGradientInterpolationColorSpacesEnabled:
humanReadableDescription: "Enable custom interpolation in CSS gradients"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

CSSGradientPremultipliedAlphaInterpolationEnabled:
type: bool
Expand Down

0 comments on commit c905475

Please sign in to comment.