Skip to content

Commit 90b179e

Browse files
whimbooAutomatedTester
authored andcommitted
Clarify immediate script abortion when user prompt appears.
1 parent 8315393 commit 90b179e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6705,8 +6705,8 @@ <h3>Executing Script</h3>
67056705
The algorithm returns <a data-lt="completion">an ECMAScript completion record</a>.
67066706

67076707
<p>If at any point during the algorithm a <a>user prompt</a> appears,
6708-
abort all subsequent substeps of this algorithm, and return
6709-
<a>Completion</a> { [[\Type]]: <code>normal</code>, [[\Value]]: <a><code>null</code></a>, [[\Target]]: <code>empty</code> }.
6708+
immediately return <a>Completion</a> { [[\Type]]: <code>normal</code>, [[\Value]]: <a><code>null</code></a>,
6709+
[[\Target]]: <code>empty</code> }, but continue to run the other steps of this algorithm in parallel.
67106710

67116711
<ol>
67126712
<li><p>Let <var>window</var> be the <a>associated window</a>

0 commit comments

Comments
 (0)