Bug 241393

Summary: AX: aria-hidden="false" should not override visibility:hidden, display:none, or the hidden attribute
Product: WebKit Reporter: Tyler Wilcock <tyler_w>
Component: AccessibilityAssignee: Tyler Wilcock <tyler_w>
Status: NEW ---    
Severity: Normal CC: aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ews-feeder: commit-queue-

Description Tyler Wilcock 2022-06-07 17:23:14 PDT
aria-hidden="false" should not override visibility:hidden, display:none, or the hidden attribute
Comment 1 Radar WebKit Bug Importer 2022-06-07 17:23:21 PDT
<rdar://problem/94583138>
Comment 2 Tyler Wilcock 2022-06-07 17:33:14 PDT
Created attachment 460077 [details]
Patch

WIP
Comment 3 James Craig 2023-03-21 13:32:31 PDT
Yes for display:none or the hidden attribute.

visibility: hidden -> visibility: visible is being discussed in https://github.com/w3c/aria/issues/1618