@@ -81986,8 +81986,9 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
81986
81986
<li><p>Let <var>evaluationStatus</var> be the result of <span data-x="run a classic
81987
81987
script">running the classic script</span> <var>script</var>.</p></li>
81988
81988
81989
- <li><p>Let <var>result</var> be undefined if <var>evaluationStatus</var> is an <span>abrupt
81990
- completion</span>, or <var>evaluationStatus</var>.[[Value]] otherwise.</p></li>
81989
+ <li><p>Let <var>result</var> be undefined if <var>evaluationStatus</var> is an
81990
+ <span>abrupt completion</span> or <var>evaluationStatus</var>.[[Value]] is
81991
+ empty, or <var>evaluationStatus</var>.[[Value]] otherwise.</p></li>
81991
81992
81992
81993
<li><p>Let <var>response</var> be null.</p></li>
81993
81994
@@ -87381,7 +87382,7 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
87381
87382
<li><p>Let <var>settings</var> be the <span>settings object</span> of <var>script</var>.</p></li>
87382
87383
87383
87384
<li><p><span>Check if we can run script</span> with <var>settings</var>. If this returns "do
87384
- not run" then return <span>NormalCompletion</span>(undefined ).</p></li>
87385
+ not run" then return <span>NormalCompletion</span>(empty ).</p></li>
87385
87386
87386
87387
<li><p><span>Prepare to run script</span> given <var>settings</var>.</p></li>
87387
87388
@@ -87444,13 +87445,8 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
87444
87445
87445
87446
<li><p><span>Clean up after running script</span> with <var>settings</var>.</p></li>
87446
87447
87447
- <li>
87448
- <p>If <var>evaluationStatus</var> is a normal completion, return
87449
- <var>evaluationStatus</var>.</p>
87450
-
87451
- <p class="note">This value is only ever used by the <span data-x="javascript
87452
- protocol"><code>javascript:</code> URL steps</span>.</p>
87453
- </li>
87448
+ <li><p>If <var>evaluationStatus</var> is a normal completion, then return
87449
+ <var>evaluationStatus</var>.</p></li>
87454
87450
87455
87451
<li><p>If we've reached this point, <var>evaluationStatus</var> was left as null because the
87456
87452
script was <span data-x="abort a running script">aborted prematurely</span> during evaluation.
@@ -87468,7 +87464,7 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
87468
87464
<li><p>Let <var>settings</var> be the <span>settings object</span> of <var>script</var>.</p></li>
87469
87465
87470
87466
<li><p><span>Check if we can run script</span> with <var>settings</var>. If this returns "do
87471
- not run" then return <span>NormalCompletion</span>(undefined ).</p></li>
87467
+ not run" then return <span>NormalCompletion</span>(empty ).</p></li>
87472
87468
87473
87469
<li><p><span>Prepare to run script</span> given <var>settings</var>.</p></li>
87474
87470
0 commit comments