Skip to content

Commit c4baf2d

Browse files
committed
[Scroll anchoring] Enable in stable
https://bugs.webkit.org/show_bug.cgi?id=307734 rdar://170279026 Reviewed by Tim Nguyen and Abrar Rahman Protyasha. Enable scroll anchoring in stable. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Canonical link: https://commits.webkit.org/307475@main
1 parent 9de807e commit c4baf2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,17 +1345,17 @@ CSSRhythmicSizingEnabled:
13451345

13461346
CSSScrollAnchoringEnabled:
13471347
type: bool
1348-
status: testable
1348+
status: stable
13491349
category: css
13501350
humanReadableName: "CSS Scroll Anchoring"
13511351
humanReadableDescription: "Enable CSS Scroll Anchoring"
13521352
defaultValue:
13531353
WebKitLegacy:
1354-
default: false
1354+
default: true
13551355
WebKit:
1356-
default: false
1356+
default: true
13571357
WebCore:
1358-
default: false
1358+
default: true
13591359

13601360
CSSScrollbarColorEnabled:
13611361
type: bool

0 commit comments

Comments
 (0)