diff --git a/source b/source index 1b9a587a1af..dc4bbfd098b 100644 --- a/source +++ b/source @@ -59698,8 +59698,8 @@ interface HTMLDialogElement : HTMLElement { and a boolean isModal, are as follows:
Run hide all popovers until given null, - false, and true.
Run hide all popovers given subject's node + document.
Let control be null.
Every HTML element has a popover visibility
+ Every HTML element has a popover visibility
state, initially hidden, with these potential
values: hidden hidden showing showing The Let ancestor be the result of running the topmost popover
ancestor algorithm given element. If ancestor is null, then set ancestor to
+ document. Run hide all popovers until given
ancestor, false, and true.
-
Document
has an auto popover list, which is a list,
@@ -81622,6 +81624,9 @@ dictionary DragEventInit : MouseEventInit {
To hide all popovers until, given an HTML element endpoint, a boolean
+ data-x="HTML elements">HTML element or Document
endpoint, a boolean
focusPreviousElement, and a boolean fireEvents:
To hide all popovers, given a Document
document, run
+ hide all popovers until given document,
+ false, and false.
To find the topmost popover ancestor, given a Node
newPopover, perform the following steps. They return an HTML element or null.
Set document's popover pointerdown target to null.
If ancestor is null, then set ancestor to + document.
If sameTarget is true, then run hide all popovers until given ancestor, false, and true.