Skip to content

Commit

Permalink
Enable background-clip: border-area by default in stable
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=278046
rdar://133788384

Reviewed by Simon Fraser.

It now works properly on split inlines.

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

Canonical link: https://commits.webkit.org/282202@main
  • Loading branch information
nt1m committed Aug 13, 2024
1 parent ab7c5a4 commit 71df286
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -995,17 +995,17 @@ CSSAnchorPositioningEnabled:

CSSBackgroundClipBorderAreaEnabled:
type: bool
status: preview
status: stable
category: css
humanReadableName: "CSS background-clip: border-area"
humanReadableDescription: "Enable the border-area value for background-clip"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

CSSColorContrastEnabled:
type: bool
Expand Down

0 comments on commit 71df286

Please sign in to comment.