Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
AX: aria-flowto doesn't work for display:contents elements
https://bugs.webkit.org/show_bug.cgi?id=255974 rdar://problem/108542797 Reviewed by Chris Fleizach. Move the necessary implementations from AccessibilityRenderObject to AcceAccessibilityNodeObject. This patch also changes aria-flowto.html to wait after the dynamic JS changes it does which allows it to start passing in ITM. * LayoutTests/accessibility-isolated-tree/TestExpectations: * LayoutTests/accessibility/aria-flowto-expected.txt: * LayoutTests/accessibility/aria-flowto.html: * Source/WebCore/accessibility/AccessibilityNodeObject.cpp: (WebCore::AccessibilityNodeObject::internalLinkElement const): (WebCore::AccessibilityNodeObject::addRadioButtonGroupChildren const): (WebCore::AccessibilityNodeObject::addRadioButtonGroupMembers const): (WebCore::AccessibilityNodeObject::linkedObjects const): * Source/WebCore/accessibility/AccessibilityNodeObject.h: * Source/WebCore/accessibility/AccessibilityObject.h: * Source/WebCore/accessibility/AccessibilityObjectInterface.h: * Source/WebCore/accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::internalLinkElement const): Deleted. (WebCore::AccessibilityRenderObject::addRadioButtonGroupChildren const): Deleted. (WebCore::AccessibilityRenderObject::addRadioButtonGroupMembers const): Deleted. (WebCore::AccessibilityRenderObject::linkedObjects const): Deleted. * Source/WebCore/accessibility/AccessibilityRenderObject.h: Canonical link: https://commits.webkit.org/263425@main
- Loading branch information
Showing
7 changed files
with
107 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters