[Webkit-unassigned] [Bug 280914] New: AX [GTK]: After bug 267150, modalElementHasAccessibleContent may not properly handle static text that is inert or has visibility:hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 4 15:52:00 PDT 2024


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

            Bug ID: 280914
           Summary: AX [GTK]: After bug 267150,
                    modalElementHasAccessibleContent may not properly
                    handle static text that is inert or has
                    visibility:hidden
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jhoffman23 at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

Logic was added in https://bugs.webkit.org/show_bug.cgi?id=267150 to remove support for aria-hidden. To determine if a modal is accessible, we check its children to see if it has any accessible children. On GTK, we return true for all static text. But, we shouldn't do this when the text is aria-hidden.

-- 
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/20241004/f6a867f1/attachment-0001.htm>


More information about the webkit-unassigned mailing list