diff --git a/source b/source index c09d97c6242..b9c76a17359 100644 --- a/source +++ b/source @@ -4192,6 +4192,12 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
The following terms are defined in CSS Anchor Positioning: CSSANCHOR
+ +The showPopover()
- method steps are to run show popover given this, true, and null.
The showPopover(options)
method steps are:
Let invoker be options["source
"] if it exists; otherwise, null.
Run show popover given this, true, and + invoker.
To show popover, given an HTML element
element, a boolean throwExceptions, and an HTML
@@ -85655,6 +85678,9 @@ dictionary DragEventInit : MouseEventInit {
Set element's popover invoker to invoker. Set element's implicit anchor element to
+ invoker. Run the popover focusing steps given element. If shouldRestoreFocus is true and element's Request an element to be removed from the top layer given
element. Set element's implicit anchor element to null. The DragEventInit : MouseEventInit {
togglePopover(force)
method steps are:
Let force be null.
If options is a boolean, set force to options.
Otherwise, if options["force
"] exists,
+ set force to options["force
"].
Let invoker be options["source
"] if it exists; otherwise, null.
If this's popover visibility state is showing, and force is not present or false, then - run the hide popover algorithm given this, true, true, and - true.
Otherwise, if force is not present or true, then run show popover - given this, true, and null.
Otherwise, if force is null or true, then run show popover given + this, true, and invoker.
Otherwise:
@@ -144547,6 +144587,9 @@ INSERT INTERFACES HERE