Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CSS Nesting: enable preview feature flag
https://bugs.webkit.org/show_bug.cgi?id=250233
rdar://103967616

Reviewed by Tim Nguyen.

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

Canonical link: https://commits.webkit.org/258564@main
  • Loading branch information
mdubet committed Jan 6, 2023
1 parent 0efe67f commit ceafa55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -965,16 +965,16 @@ CSSMotionPathEnabled:

CSSNestingEnabled:
type: bool
status: testable
status: preview
humanReadableName: "CSS Nesting"
humanReadableDescription: "Enable support for CSS nesting https://www.w3.org/TR/css-nesting-1/"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

CSSOMViewScrollingAPIEnabled:
type: bool
Expand Down

0 comments on commit ceafa55

Please sign in to comment.