Skip to content

Commit

Permalink
Cherry-pick 6a3c566. rdar://117079338
Browse files Browse the repository at this point in the history
    As a "preview" feature, content-visibility should be off by default
    https://bugs.webkit.org/show_bug.cgi?id=263428
    rdar://117079338

    Reviewed by Wenson Hsieh.

    269480@main should have turned the feature off by default, and failed to do so.

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

    Canonical link: https://commits.webkit.org/269609@main

Identifier: 267815.439@safari-7617.1.13.10-branch
  • Loading branch information
MyahCobbs committed Oct 30, 2023
1 parent 125a1e8 commit 7096bd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,11 +1009,11 @@ CSSContentVisibilityEnabled:
humanReadableDescription: "Enable CSS content-visibility"
defaultValue:
WebKitLegacy:
default: true
default: false
WebKit:
default: true
default: false
WebCore:
default: true
default: false

CSSCounterStyleAtRuleImageSymbolsEnabled:
type: bool
Expand Down

0 comments on commit 7096bd1

Please sign in to comment.