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

Unreviewed. Update the feature status to stable.

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

Canonical link: https://commits.webkit.org/258568@main
  • Loading branch information
rniwa committed Jan 6, 2023
1 parent faac348 commit e7d5dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -1653,7 +1653,7 @@ DateTimeInputsEditableComponentsEnabled:

DeclarativeShadowDOMEnabled:
type: bool
status: testable
status: stable
humanReadableName: "Declarative Shadow DOM"
humanReadableDescription: "Enable Declarative Shadow DOM"
defaultValue:
Expand Down Expand Up @@ -5582,7 +5582,7 @@ StorageBlockingPolicy:

StreamingDeclarativeShadowDOMEnabled:
type: bool
status: unstable
status: stable
humanReadableName: "Streaming for Declarative Shadow DOM"
humanReadableDescription: "Enable Streaming for Declarative Shadow DOM"
defaultValue:
Expand Down

0 comments on commit e7d5dde

Please sign in to comment.