@@ -6796,8 +6796,9 @@ which is an algorithm that takes no arguments:
6796
6796
6797
6797
<li><p> The user agent has a reason to believe that it is about to lose the opportunity to
6798
6798
execute scripts, e.g., when the browser is moved to the background, or when
6799
- <var> request</var> 's <a for=request>client</a> is a <a for=/>document</a> that had a
6800
- "<code> hidden</code> " <a for=Document>visibility state</a> for a long period of time.
6799
+ <var> request</var> 's <a for=request>window</a> is a {{Window}} whose
6800
+ <a>associated document</a> had a "<code> hidden</code> " <a for=Document>visibility state</a> for
6801
+ a long period of time.
6801
6802
</ul>
6802
6803
6803
6804
<li><p> <a data-lt="process a deferred fetch">Process</a> <var> deferredRecord</var> .
@@ -7156,9 +7157,9 @@ not null, and its <a for=Document>origin</a> is <a>same origin</a> with <var>doc
7156
7157
set <var> document</var> 's <a>node navigable</a>' s <a>navigable container</a> 's
7157
7158
<a>reserved deferred-fetch quota</a> to 0.
7158
7159
7159
- <p class=note> This is called when a is created. It ensures that same-origin nested
7160
- documents don't reserve quota, as they anyway share their parent quota. It can only be called upon
7161
- document creation, as the <a for=Document>origin</a> of the <a for=/>document</a> is only known
7160
+ <p class=note> This is called when a <a for=/>document</a> is created. It ensures that same-origin
7161
+ nested documents don't reserve quota, as they anyway share their parent quota. It can only be called
7162
+ upon document creation, as the <a for=Document>origin</a> of the <a for=/>document</a> is only known
7162
7163
after redirects are handled.
7163
7164
</div>
7164
7165
@@ -9080,8 +9081,8 @@ method steps are:
9080
9081
9081
9082
<li><p> If <var> activateAfter</var> is less than 0, then throw a {{RangeError}} .
9082
9083
9083
- <li><p> If <var> request</var> 's <a for=request>client </a> is not a <a>fully active </a>
9084
- <a for=/>document</a> , then throw a {{TypeError}} .
9084
+ <li><p> If <var> request</var> 's <a for=request>window </a>' s <a>associated document </a> is not a
9085
+ <a>fully active</a> <a for=/>document</a> , then throw a {{TypeError}} .
9085
9086
9086
9087
<li><p> If <var> request</var> 's <a for=request>URL</a>' s <a for=url>scheme</a> is not an
9087
9088
<a>HTTP(S) scheme</a> , then throw a {{TypeError}} .
0 commit comments