Skip to content

Commit 793a29c

Browse files
committed
Fix list
1 parent 2c84b7d commit 793a29c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

fetch.bs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6962,18 +6962,17 @@ This specification defined a <a>policy-controlled feature</a> identified by the
69626962
<var>length</var>.
69636963
</ol>
69646964
<li>
6965-
</ol>
6966-
</li>
69676965

6968-
<li><p>Let <var>relevantContainers</var> be all the <a>shadow-including descendant</a> of
6969-
<var>navigable</var>'s <a for=navigable>active document</a> which are a
6970-
<a>navigable container</a>.
6966+
<li><p>Let <var>relevantContainers</var> be all the <a>shadow-including descendant</a> of
6967+
<var>navigable</var>'s <a for=navigable>active document</a> which are
6968+
<a>navigable containers</a>.
69716969

6972-
<li><p><a for=list>For each</a> <var>descendantContainer</var> of
6973-
<var>relevantContainers</var>, if <var>relativeNavigables</var> does not
6974-
<a for=list>contain</a> <var>descendantContainer</var>, then decrement
6975-
<var>remainingTotalQuota</var> by the <a>initial subframe deferred fetch quota</a> given
6976-
<var>descendantContainer</var>'s <a>deferred fetch policy</a>.
6970+
<li><p><a for=list>For each</a> <var>descendantContainer</var> of
6971+
<var>relevantContainers</var>, if <var>relativeNavigables</var> does not
6972+
<a for=list>contain</a> <var>descendantContainer</var>, then decrement
6973+
<var>remainingTotalQuota</var> by the <a>initial subframe deferred fetch quota</a> given
6974+
<var>descendantContainer</var>'s <a>deferred fetch policy</a>.
6975+
</ol>
69776976

69786977
<li><p>If <var>remainingTotalQuota</var> is less than <var>remainingQuotaForOrigin</var>, then
69796978
return <var>remainingTotalQuota</var>.

0 commit comments

Comments
 (0)