Skip to content

Commit 3ca9ec3

Browse files
authored
Editorial: there is no "pending" document for early hints
Closes #10640
1 parent 83cc45b commit 3ca9ec3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27883,10 +27883,9 @@ document.body.appendChild(wbr);</code></pre>
2788327883
<li><p>Let <var>key</var> be the result of <span data-x="create a preload key">creating a
2788427884
preload key</span> given <var>request</var>.</p></li>
2788527885

27886-
<li><p>If <var>options</var>'s <span data-x="link options document">document</span> is "<code
27887-
data-x="">pending</code>", then set <var>request</var>'s <span
27888-
data-x="concept-request-initiator-type">initiator type</span> to "<code data-x="">early
27889-
hint</code>".</p></li>
27886+
<li><p>If <var>options</var>'s <span data-x="link options document">document</span> is null, then
27887+
set <var>request</var>'s <span data-x="concept-request-initiator-type">initiator type</span> to
27888+
"<code data-x="">early hint</code>".</p></li>
2789027889

2789127890
<li><p>Let <var>controller</var> be null.</p></li>
2789227891

0 commit comments

Comments
 (0)