NEW 280914
AX [GTK]: After bug 267150, modalElementHasAccessibleContent may not properly handle static text that is inert or has visibility:hidden
https://bugs.webkit.org/show_bug.cgi?id=280914
Summary AX [GTK]: After bug 267150, modalElementHasAccessibleContent may not properly...
Joshua Hoffman
Reported 2024-10-04 15:52:00 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-10-04 15:57:27 PDT
Note You need to log in before you can comment on or make changes to this bug.