Skip to content

Commit

Permalink
[content-visibility] Enable by default in stable
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=269232
rdar://117156105

Reviewed by Aditya Keerthi.

Re-enable in stable releases now that most issues have been fixed.

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

Canonical link: https://commits.webkit.org/274491@main
  • Loading branch information
nt1m committed Feb 12, 2024
1 parent 58d4460 commit 9ec39d4
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 @@ -988,17 +988,17 @@ CSSContainmentEnabled:

CSSContentVisibilityEnabled:
type: bool
status: preview
status: stable
category: css
humanReadableName: "CSS Content Visibility"
humanReadableDescription: "Enable CSS content-visibility"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

CSSCounterStyleAtRuleImageSymbolsEnabled:
type: bool
Expand Down

0 comments on commit 9ec39d4

Please sign in to comment.