Bug 252077

Summary: [popover] Add stubs for the popover JS API
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: DOMAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 250171    

Tim Nguyen (:ntim)
Reported 2023-02-10 14:16:32 PST
``` [Exposed=Window] interface HTMLElement : Element { // The popover API undefined showPopover(); undefined hidePopover(); undefined togglePopover(optional boolean force); [CEReactions] attribute DOMString? popover; } ``` Also add a setting.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-13 04:22:37 PST
Tim Nguyen (:ntim)
Comment 2 2023-02-13 04:31:56 PST
EWS
Comment 3 2023-02-13 13:05:37 PST
Committed 260218@main (ccd8c7397dde): <https://commits.webkit.org/260218@main> Reviewed commits have been landed. Closing PR #10030 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.