RESOLVED FIXED Bug 233790
AX: Make ellipsis-text.html, aria-roledescription.html, and aria-switch-checked.html pass in isolated tree mode
https://bugs.webkit.org/show_bug.cgi?id=233790
Summary AX: Make ellipsis-text.html, aria-roledescription.html, and aria-switch-check...
Tyler Wilcock
Reported 2021-12-02 16:29:40 PST
aria-roledescription.html and aria-switch-checked.html must be made async to pass in isolated tree mode as they dynamically change page content using JS. ellipsis-text.html can be made isolated-tree-friendly by selecting elements with accessibleElementById instead of: document.getElementById("text-ellipsis").focus(); var textContainer = accessibilityController.focusedElement;
Attachments
Patch (12.27 KB, patch)
2021-12-02 16:33 PST, Tyler Wilcock
no flags
Patch (14.02 KB, patch)
2021-12-03 08:13 PST, Tyler Wilcock
ews-feeder: commit-queue-
Patch (14.01 KB, patch)
2021-12-03 14:43 PST, Tyler Wilcock
no flags
Radar WebKit Bug Importer
Comment 1 2021-12-02 16:29:58 PST
Tyler Wilcock
Comment 2 2021-12-02 16:33:44 PST
Tyler Wilcock
Comment 3 2021-12-03 08:10:46 PST
Need to upload a new patch. GTK has a different default role description, so my new version of aria-roledescription.html fails there.
Tyler Wilcock
Comment 4 2021-12-03 08:13:09 PST
Tyler Wilcock
Comment 5 2021-12-03 14:43:42 PST
EWS
Comment 6 2021-12-04 07:23:04 PST
Committed r286530 (244862@main): <https://commits.webkit.org/244862@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445903 [details].
Note You need to log in before you can comment on or make changes to this bug.