RESOLVED FIXED 252077
[popover] Add stubs for the popover JS API
https://bugs.webkit.org/show_bug.cgi?id=252077
Summary [popover] Add stubs for the popover JS API
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.