@@ -90341,10 +90341,9 @@ scheduleWork(); // queues a task to do lots of work</pre>
90341
90341
<li><p>If the <span>event loop</span>'s <span>termination nesting level</span> is non-zero,
90342
90342
optionally abort these steps.</p></li>
90343
90343
90344
- <li><p>If the <span>active sandboxing flag set</span> of the <span>active document</span> of
90345
- the <span>responsible browsing context</span> specified by the <span>incumbent settings
90346
- object</span> has the <span>sandboxed modals flag</span> set, then abort these
90347
- steps.</p></li>
90344
+ <li><p>If the <span>active sandboxing flag set</span> of this <code>Window</code> object's <span
90345
+ data-x="concept-document-window">associated <code>Document</code></span> has the <span>sandboxed
90346
+ modals flag</span> set, then abort these steps.</p></li>
90348
90347
90349
90348
<li><p>Optionally, abort these steps. (For example, the user agent might give the user the option
90350
90349
to ignore all alerts, and would thus abort at this step whenever the method was
@@ -90372,10 +90371,9 @@ scheduleWork(); // queues a task to do lots of work</pre>
90372
90371
<li><p>If the <span>event loop</span>'s <span>termination nesting level</span> is non-zero,
90373
90372
optionally abort these steps, returning false.</p></li>
90374
90373
90375
- <li><p>If the <span>active sandboxing flag set</span> of the <span>active document</span> of
90376
- the <span>responsible browsing context</span> specified by the <span>incumbent settings
90377
- object</span> has the <span>sandboxed modals flag</span> set, then return false and abort these
90378
- steps.</p></li>
90374
+ <li><p>If the <span>active sandboxing flag set</span> of this <code>Window</code> object's <span
90375
+ data-x="concept-document-window">associated <code>Document</code></span> has the <span>sandboxed
90376
+ modals flag</span> set, then abort these steps.</p></li>
90379
90377
90380
90378
<li><p>Optionally, return false and abort these steps. (For example, the user agent might give
90381
90379
the user the option to ignore all prompts, and would thus abort at this step whenever the method
@@ -90402,10 +90400,9 @@ scheduleWork(); // queues a task to do lots of work</pre>
90402
90400
<li><p>If the <span>event loop</span>'s <span>termination nesting level</span> is non-zero,
90403
90401
optionally abort these steps, returning null.</p></li>
90404
90402
90405
- <li><p>If the <span>active sandboxing flag set</span> of the <span>active document</span> of
90406
- the <span>responsible browsing context</span> specified by the <span>incumbent settings
90407
- object</span> has the <span>sandboxed modals flag</span> set, then return null and abort these
90408
- steps.</p></li>
90403
+ <li><p>If the <span>active sandboxing flag set</span> of this <code>Window</code> object's <span
90404
+ data-x="concept-document-window">associated <code>Document</code></span> has the <span>sandboxed
90405
+ modals flag</span> set, then abort these steps.</p></li>
90409
90406
90410
90407
<li><p>Optionally, return null and abort these steps. (For example, the user agent might give the
90411
90408
user the option to ignore all prompts, and would thus abort at this step whenever the method was
@@ -90476,14 +90473,13 @@ scheduleWork(); // queues a task to do lots of work</pre>
90476
90473
90477
90474
<li>
90478
90475
90479
- <p>If the <span>active sandboxing flag set</span> of the <span>active document</span> of
90480
- the <span>responsible browsing context</span> specified by the <span>incumbent settings
90481
- object</span> has the <span>sandboxed modals flag</span> set, then abort these
90482
- steps.</p>
90476
+ <p>If the <span>active sandboxing flag set</span> of this <code>Window</code> object's <span
90477
+ data-x="concept-document-window">associated <code>Document</code></span> has the <span>sandboxed
90478
+ modals flag</span> set, then abort these steps.</p>
90483
90479
90484
- <p class="note">If the printing dialog is blocked by a <code>Document</code>'s sandbox,
90485
- then neither the <code data-x="event-beforeprint">beforeprint</code> nor <code
90486
- data-x="event-afterprint">afterprint</code> events will be fired.</p>
90480
+ <p class="note">If the printing dialog is blocked by a <code>Document</code>'s sandbox,
90481
+ then neither the <code data-x="event-beforeprint">beforeprint</code> nor <code
90482
+ data-x="event-afterprint">afterprint</code> events will be fired.</p>
90487
90483
90488
90484
</li>
90489
90485
0 commit comments