diff --git a/source b/source index ac08ba73ea3..21ab6a44872 100644 --- a/source +++ b/source @@ -87123,6 +87123,14 @@ dictionary DragEventInit : MouseEventInit { showing auto popover list's last item is element, otherwise false.

+
  • +

    Let cleanupAnchor be the following algorithm:

    + +
      +
    1. Set element's implicit anchor element to null.

    2. +
    +
  • +
  • If fireEvents is true:

    @@ -87151,14 +87159,12 @@ dictionary DragEventInit : MouseEventInit {
  • Request an element to be removed from the top layer given - element.

  • - -
  • Set element's implicit anchor element to null.

  • + element and cleanupAnchor.

  • Otherwise, remove an element from the top layer immediately given - element.

  • + element, then run cleanupAnchor.

  • Set element's popover invoker to null.