diff --git a/source b/source index ca2eaf3a6ce..61cd2b490e8 100644 --- a/source +++ b/source @@ -92000,14 +92000,7 @@ dictionary DragEventInit : MouseEventInit {
  • If document's showing popover is true, or document's - hiding popover nesting count is not 0:

    - -
      -
    1. If throwExceptions is true, then throw a - "InvalidStateError" DOMException.

    2. - -
    3. Return.

    4. -
    + hiding popover nesting count is not 0, then return.

    This prevents showing a popover during the show or hide of another popover.