diff --git a/source b/source index 3dd0ab4b8e6..6b09c916fb6 100644 --- a/source +++ b/source @@ -82554,12 +82554,23 @@ dictionary DragEventInit : MouseEventInit { element or null invoker:
If the result of running check popover validity given element, + false, throwExceptions, and null is false, then return.
Let document be element's node document.
Assert: element's popover invoker is null.
Set element's popover invoker to invoker.
Assert: element is not in document's top + layer.
Let nestedShow be element's popover showing or + hiding.
Set element's popover showing or hiding to true.
Let cleanupShowingFlag be the following steps:
@@ -82569,20 +82580,6 @@ dictionary DragEventInit : MouseEventInit {If the result of running check popover validity given element, - false, throwExceptions, and null is false, then run cleanupShowingFlag and - return.
Assert: element is not in document's top - layer.
Let nestedShow be false.
If element's popover showing or hiding is true, then set - nestedShow to true.
Set element's popover showing or hiding to true.
If the result of firing an event named beforetoggle
, using ToggleEvent
, with the cancelable
attribute initialized to true, the