Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rniwa committed Jan 10, 2023
1 parent db5cab0 commit 902919c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -1656,16 +1656,16 @@ DeclarativeShadowDOMEnabled:

DefaultARIAForCustomElementsEnabled:
type: bool
status: testable
status: stable
humanReadableName: "Default ARIA for Custom Elements"
humanReadableDescription: "Enable Default ARIA for Custom Elements"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

DefaultFixedFontSize:
type: double
Expand Down

0 comments on commit 902919c

Please sign in to comment.