Bug 252077
Summary: | [popover] Add stubs for the popover JS API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | DOM | Assignee: | 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)
```
[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
<rdar://problem/105388147>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/10030
EWS
Committed 260218@main (ccd8c7397dde): <https://commits.webkit.org/260218@main>
Reviewed commits have been landed. Closing PR #10030 and removing active labels.