WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-10-04 15:57:27 PDT
<
rdar://problem/137313678
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug