[webkit-changes] [WebKit/WebKit] 9e2767: Remove AriaReflectionForElementReferencesEnabled p...
Anne van Kesteren
noreply at github.com
Mon Mar 18 02:28:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9e27679dcfcb40158f9237e335ef83052f34e370
https://github.com/WebKit/WebKit/commit/9e27679dcfcb40158f9237e335ef83052f34e370
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M LayoutTests/fast/custom-elements/reactions-for-aria-element-attributes.html
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/accessibility/AXObjectCache.cpp
M Source/WebCore/accessibility/AccessibilityObject.cpp
M Source/WebCore/accessibility/AriaAttributes.idl
M Source/WebCore/dom/Element.cpp
M Source/WebCore/dom/Element.h
Log Message:
-----------
Remove AriaReflectionForElementReferencesEnabled preference
https://bugs.webkit.org/show_bug.cgi?id=271121
Reviewed by Tim Nguyen.
It's been stable for at least a year.
* LayoutTests/fast/custom-elements/reactions-for-aria-element-attributes.html:
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::addRelation):
* Source/WebCore/accessibility/AccessibilityObject.cpp:
(WebCore::AccessibilityObject::elementsFromAttribute const):
* Source/WebCore/accessibility/AriaAttributes.idl:
* Source/WebCore/dom/Element.cpp:
(WebCore::Element::isElementReflectionAttribute):
(WebCore::Element::isElementsArrayReflectionAttribute):
(WebCore::Element::attributeChanged):
(WebCore::Element::getElementsArrayAttribute const):
(WebCore::Element::setElementsArrayAttribute):
* Source/WebCore/dom/Element.h:
Canonical link: https://commits.webkit.org/276259@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list