[Webkit-unassigned] [Bug 233790] New: AX: Make ellipsis-text.html, aria-roledescription.html, and aria-switch-checked.html pass in isolated tree mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 16:29:40 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233790

            Bug ID: 233790
           Summary: AX: Make ellipsis-text.html,
                    aria-roledescription.html, and
                    aria-switch-checked.html pass in isolated tree mode
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

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;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211203/852c40c4/attachment.htm>


More information about the webkit-unassigned mailing list