WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-02-13 04:22:37 PST
<
rdar://problem/105388147
>
Tim Nguyen (:ntim)
Comment 2
2023-02-13 04:31:56 PST
Pull request:
https://github.com/WebKit/WebKit/pull/10030
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.
Top of Page
Format For Printing
XML
Clone This Bug