Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable CSSRelativeColorSyntaxEnabled preference
https://bugs.webkit.org/show_bug.cgi?id=242918
rdar://97279447

Reviewed by Sam Weinig and Myles C. Maxfield.

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

Canonical link: https://commits.webkit.org/258519@main
  • Loading branch information
nt1m committed Jan 6, 2023
1 parent 634f9e1 commit 1890bfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -1032,16 +1032,16 @@ CSSPaintingAPIEnabled:

CSSRelativeColorSyntaxEnabled:
type: bool
status: testable
status: stable
humanReadableName: "CSS Relative Color Syntax"
humanReadableDescription: "Enable support for CSS Relative Color Syntax defined in CSS Color 5"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

CSSScrollAnchoringEnabled:
type: bool
Expand Down

0 comments on commit 1890bfb

Please sign in to comment.