Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable declarative Shadow DOM by default
https://bugs.webkit.org/show_bug.cgi?id=249513

Reviewed by Chris Dumez.

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

Canonical link: https://commits.webkit.org/258566@main
  • Loading branch information
rniwa committed Jan 6, 2023
1 parent f4154cb commit 36f99b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -1658,11 +1658,11 @@ DeclarativeShadowDOMEnabled:
humanReadableDescription: "Enable Declarative Shadow DOM"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

DefaultARIAForCustomElementsEnabled:
type: bool
Expand Down

0 comments on commit 36f99b7

Please sign in to comment.