Skip to content

Commit eb52783

Browse files
committed
nits
1 parent f1bda7a commit eb52783

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

fetch.bs

+8-7
Original file line numberDiff line numberDiff line change
@@ -6796,8 +6796,9 @@ which is an algorithm that takes no arguments:
67966796

67976797
<li><p>The user agent has a reason to believe that it is about to lose the opportunity to
67986798
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.
68016802
</ul>
68026803

68036804
<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
71567157
set <var>document</var>'s <a>node navigable</a>'s <a>navigable container</a>'s
71577158
<a>reserved deferred-fetch quota</a> to 0.
71587159

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
71627163
after redirects are handled.
71637164
</div>
71647165

@@ -9080,8 +9081,8 @@ method steps are:
90809081

90819082
<li><p>If <var>activateAfter</var> is less than 0, then throw a {{RangeError}}.
90829083

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}}.
90859086

90869087
<li><p>If <var>request</var>'s <a for=request>URL</a>'s <a for=url>scheme</a> is not an
90879088
<a>HTTP(S) scheme</a>, then throw a {{TypeError}}.

0 commit comments

Comments
 (0)