Skip to content

Commit 902919c

Browse files
committed
Enable default ARIA for custom elements
https://bugs.webkit.org/show_bug.cgi?id=245532 Reviewed by Alexey Shvayka. Enable this feature now that form-associated custom elements is enabled. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Canonical link: https://commits.webkit.org/258743@main
1 parent db5cab0 commit 902919c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,16 +1656,16 @@ DeclarativeShadowDOMEnabled:
16561656

16571657
DefaultARIAForCustomElementsEnabled:
16581658
type: bool
1659-
status: testable
1659+
status: stable
16601660
humanReadableName: "Default ARIA for Custom Elements"
16611661
humanReadableDescription: "Enable Default ARIA for Custom Elements"
16621662
defaultValue:
16631663
WebKitLegacy:
1664-
default: false
1664+
default: true
16651665
WebKit:
1666-
default: false
1666+
default: true
16671667
WebCore:
1668-
default: false
1668+
default: true
16691669

16701670
DefaultFixedFontSize:
16711671
type: double

0 commit comments

Comments
 (0)