Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Implement IDREF element reflection
https://bugs.webkit.org/show_bug.cgi?id=196843

Reviewed by Ryosuke Niwa.

Enable AriaReflectionForElementReferencesEnabled experimental flag by
default.

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

Canonical link: https://commits.webkit.org/252590@main
  • Loading branch information
mrego committed Jul 19, 2022
1 parent a8912b8 commit dcb5be2
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -72,11 +72,11 @@ AriaReflectionForElementReferencesEnabled:
humanReadableDescription: "Enable ARIA reflection for attributes that refer to elements"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

AspectRatioEnabled:
type: bool
Expand Down

0 comments on commit dcb5be2

Please sign in to comment.