diff --git a/source b/source index 54bcb540060..525e753f631 100644 --- a/source +++ b/source @@ -61658,8 +61658,9 @@ interface HTMLDialogElement : HTMLElement { to the top layer given this.

  • -

    Set this's close watcher to the - result of establishing a close watcher given +

    If this's node document is fully active, then set + this's close watcher to the result of + establishing a close watcher given this's relevant global object, with:

    + +

    It would be better if this method failed early for the non-fully + active case. That is being tracked in issue #10659.

  • Set this's previously focused element to the @@ -85536,9 +85541,10 @@ dictionary DragEventInit : MouseEventInit {

  • -

    Set element's popover close watcher to the result of establishing a close watcher given - element's relevant global object, with:

    +

    If document is fully active, then set element's + popover close watcher to the result of establishing a close watcher given element's relevant global + object, with:

    + +

    It would be better if this algorithm failed early for the non-fully + active case. That is being tracked in issue #10659.