[Webkit-unassigned] [Bug 252077] New: Add stubs for the popover API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 14:16:32 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252077

            Bug ID: 252077
           Summary: Add stubs for the popover API
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
            Blocks: 250171

```
[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.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=250171
[Bug 250171] Implement popover attribute
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230210/df3a1287/attachment-0001.htm>


More information about the webkit-unassigned mailing list