Bug 257666 - AX: Elements with the popovertarget attribute should expose expanded state to assistive technologies
Summary: AX: Elements with the popovertarget attribute should expose expanded state to...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tyler Wilcock
URL:
Keywords: InRadar
: 252217 (view as bug list)
Depends on:
Blocks: 250171
  Show dependency treegraph
 
Reported: 2023-06-02 15:55 PDT by Tyler Wilcock
Modified: 2023-06-04 20:55 PDT (History)
16 users (show)

See Also:


Attachments
Patch (13.49 KB, patch)
2023-06-02 16:06 PDT, Tyler Wilcock
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tyler Wilcock 2023-06-02 15:55:05 PDT
Testcase:

<button id="show-popover-btn" popovertarget="mypopover" popovertargetaction="show">Show popover</button>
<button id="hide-popover-btn" popovertarget="mypopover" popovertargetaction="hide">Hide popover</button>
<div id="mypopover" popover>Popover content</div>

https://github.com/w3c/html-aam/pull/481
Comment 1 Radar WebKit Bug Importer 2023-06-02 15:55:17 PDT
<rdar://problem/110189316>
Comment 2 Tyler Wilcock 2023-06-02 15:55:29 PDT
rdar://105425310
Comment 3 Tyler Wilcock 2023-06-02 16:06:41 PDT
Created attachment 466572 [details]
Patch
Comment 4 EWS 2023-06-03 11:33:02 PDT
Committed 264852@main (c28221ccaa77): <https://commits.webkit.org/264852@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 466572 [details].
Comment 5 Tim Nguyen (:ntim) 2023-06-04 20:55:37 PDT
*** Bug 252217 has been marked as a duplicate of this bug. ***