diff --git a/source b/source index 47c654f3730..a7e54895c61 100644 --- a/source +++ b/source @@ -90421,10 +90421,9 @@ scheduleWork(); // queues a task to do lots of work
  • If the event loop's termination nesting level is non-zero, optionally abort these steps.

  • -
  • If the active sandboxing flag set of the active document of - the responsible browsing context specified by the incumbent settings - object has the sandboxed modals flag set, then abort these - steps.

  • +
  • If the active sandboxing flag set of this Window object's associated Document has the sandboxed + modals flag set, then abort these steps.

  • Optionally, abort these steps. (For example, the user agent might give the user the option to ignore all alerts, and would thus abort at this step whenever the method was @@ -90452,10 +90451,9 @@ scheduleWork(); // queues a task to do lots of work

  • If the event loop's termination nesting level is non-zero, optionally abort these steps, returning false.

  • -
  • If the active sandboxing flag set of the active document of - the responsible browsing context specified by the incumbent settings - object has the sandboxed modals flag set, then return false and abort these - steps.

  • +
  • If the active sandboxing flag set of this Window object's associated Document has the sandboxed + modals flag set, then abort these steps.

  • Optionally, return false and abort these steps. (For example, the user agent might give the user the option to ignore all prompts, and would thus abort at this step whenever the method @@ -90482,10 +90480,9 @@ scheduleWork(); // queues a task to do lots of work

  • If the event loop's termination nesting level is non-zero, optionally abort these steps, returning null.

  • -
  • If the active sandboxing flag set of the active document of - the responsible browsing context specified by the incumbent settings - object has the sandboxed modals flag set, then return null and abort these - steps.

  • +
  • If the active sandboxing flag set of this Window object's associated Document has the sandboxed + modals flag set, then abort these steps.

  • Optionally, return null and abort these steps. (For example, the user agent might give the user the option to ignore all prompts, and would thus abort at this step whenever the method was @@ -90556,14 +90553,13 @@ scheduleWork(); // queues a task to do lots of work

  • -

    If the active sandboxing flag set of the active document of - the responsible browsing context specified by the incumbent settings - object has the sandboxed modals flag set, then abort these - steps.

    +

    If the active sandboxing flag set of this Window object's associated Document has the sandboxed + modals flag set, then abort these steps.

    -

    If the printing dialog is blocked by a Document's sandbox, - then neither the beforeprint nor afterprint events will be fired.

    +

    If the printing dialog is blocked by a Document's sandbox, + then neither the beforeprint nor afterprint events will be fired.