Skip to content

Commit

Permalink
Enable imperative slot API by default
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=218692

Reviewed by Ryosuke Niwa.

* Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:
* Source/WebCore/features.json:

Canonical link: https://commits.webkit.org/253402@main
  • Loading branch information
tetsuharuohzeki authored and rniwa committed Aug 13, 2022
1 parent 9a90883 commit 80742bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Expand Up @@ -750,11 +750,11 @@ ImperativeSlotAPIEnabled:
humanReadableDescription: "Imperative Shadow DOM Distribution API"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

# FIXME: This is not relevent for WebKitLegacy, so should be excluded from WebKitLegacy entirely.
InProcessCookieCacheEnabled:
Expand Down
3 changes: 1 addition & 2 deletions Source/WebCore/features.json
Expand Up @@ -1594,8 +1594,7 @@
{
"name": "Imperative Slot API",
"status": {
"status": "In Development",
"enabled-by-default": false
"status": "Supported"
},
"specification": "Web Components",
"category": "webapps",
Expand Down

0 comments on commit 80742bc

Please sign in to comment.