Bug 241393 - AX: aria-hidden="false" should not override visibility:hidden, display:none, or the hidden attribute
Summary: AX: aria-hidden="false" should not override visibility:hidden, display:none, ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tyler Wilcock
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-07 17:23 PDT by Tyler Wilcock
Modified: 2023-03-21 13:32 PDT (History)
10 users (show)

See Also:


Attachments
Patch (47.80 KB, patch)
2022-06-07 17:33 PDT, Tyler Wilcock
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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