diff --git a/source b/source index ff8f870c5c4..247f4d97619 100644 --- a/source +++ b/source @@ -61525,7 +61525,8 @@ interface HTMLDialogElement : HTMLElement {
  1. If this algorithm is triggered without transient use - activation and the target is not allowed to use the " in current's relevant global object and current's + active document is not allowed to use the "focus-without-user-activation" feature, then return.

  2. @@ -80542,9 +80543,10 @@ dictionary ToggleEventInit : EventInit {
  3. If current is null, then return.

  4. If this algorithm is triggered without transient user - activation and is not triggered by script execution from current's - ancestor navigables, and current's active document is not - allowed to use the " + activation in current's relevant global object and is not triggered + by invoking focus() method on a child + of current's ancestor navigables' active document, and current's + active document is not allowed to use the " focus-without-user-activation" feature, then return.

  5. Run the focusing steps with current.

  6. @@ -80567,10 +80569,11 @@ dictionary ToggleEventInit : EventInit {
    1. If this algorithm is triggered without transient user - activation and is not triggered by script execution from element's ancestor - navigables, and the element's node document is not allowed to use - the "focus-without-user-activation" - feature, then return.

    2. + activation in current's relevant global object and is not triggered + by invoking focus() method on a child + of current's ancestor navigables' active document, and the element's + node document is not allowed to use the " + focus-without-user-activation" feature, then return.

    3. If the element is marked as locked for focus, then return.

    4. @@ -80679,9 +80682,9 @@ dictionary ToggleEventInit : EventInit { sandboxed automatic features browsing context flag, then return.

    5. If this algorithm is triggered without transient use - activation and the target is not allowed to use the "focus-without-user-activation" feature, - then return.

    6. + activation in current's relevant global object and target + is not allowed to use the " + focus-without-user-activation" feature, then return.

    7. For each ancestorNavigable of target's ancestor navigables: if ancestorNavigable's DragEventInit : MouseEventInit {

      1. If this algorithm is triggered without transient use - activation and the target is not allowed to use the " in current's relevant global object and subject's + active document is not allowed to use the "focus-without-user-activation" feature, then return.