Bug 257666

Summary: AX: Elements with the popovertarget attribute should expose expanded state to assistive technologies
Product: WebKit Reporter: Tyler Wilcock <tyler_w>
Component: AccessibilityAssignee: Tyler Wilcock <tyler_w>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, apinheiro, cdumez, cfleizach, changseok, dmazzoni, esprehn+autocc, ews-watchlist, gyuyoung.kim, jcraig, jdiggs, mifenton, ntim, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 250171    
Attachments:
Description Flags
Patch none

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. ***