Skip to content

Commit

Permalink
[@starting-style] Enable by default
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=268369
rdar://121918611

Reviewed by Antoine Quint.

Flip the switch.

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

Canonical link: https://commits.webkit.org/273740@main
  • Loading branch information
anttijk committed Jan 30, 2024
1 parent c59ecba commit 1544606
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 @@ -1313,17 +1313,17 @@ CSSScrollbarWidthEnabled:

CSSStartingStyleAtRuleEnabled:
type: bool
status: testable
status: stable
category: css
humanReadableName: "CSS @starting-style rule"
humanReadableDescription: "Enable CSS @starting-style rule"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

CSSTextBoxTrimEnabled:
type: bool
Expand Down

0 comments on commit 1544606

Please sign in to comment.