diff --git a/source b/source index 9f6f2489f80..d373caac6c9 100644 --- a/source +++ b/source @@ -84611,6 +84611,10 @@ dictionary DragEventInit : MouseEventInit { +
  • Let autoPopoverListContainsElement be true if document's + showing auto popover list's last item is element, otherwise + false.

  • +
  • Set element's popover invoker to null.

  • @@ -84623,6 +84627,11 @@ dictionary DragEventInit : MouseEventInit { data-x="">open" and the newState attribute initialized to "closed" at element.

  • +
  • If autoPopoverListContainsElement is true and document's + showing auto popover list's last item is not element, then run hide all popovers until given element, + focusPreviousElement, and false.

  • +
  • If the result of running check popover validity given element, true, throwExceptions, and null is false, then run cleanupSteps and @@ -84702,6 +84711,10 @@ dictionary DragEventInit : MouseEventInit { focusPreviousElement, and a boolean fireEvents:

      +
    1. If endpoint is an HTML element and + endpoint is not in the popover showing + state, then return.

    2. +
    3. Let document be endpoint's node document.