Skip to content

Commit c7d70dc

Browse files
committed
Tersify loop
1 parent 8998e3d commit c7d70dc

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

fetch.bs

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6962,15 +6962,12 @@ This specification defined a <a>policy-controlled feature</a> identified by the
69626962
<var>length</var>.
69636963
</ol>
69646964

6965-
<li><p>Let <var>relevantContainers</var> be all the <a>shadow-including descendant</a> of
6966-
<var>navigable</var>'s <a for=navigable>active document</a> which are
6967-
<a>navigable containers</a>.
6968-
6969-
<li><p><a for=list>For each</a> <var>descendantContainer</var> of
6970-
<var>relevantContainers</var>, if <var>relativeNavigables</var> does not
6971-
<a for=list>contain</a> <var>descendantContainer</var>, then decrement
6965+
<li><p><a for=list>For each</a> <var>maybeContainer</var> of <a>shadow-including descendant</a>
6966+
of <var>navigable</var>'s <a for=navigable>active document</a>, if <var>maybeContainer</var> is a
6967+
<a>navigable container</a> and <var>relativeNavigables</var> does not
6968+
<a for=list>contain</a> <var>maybeContainer</var>'s <a>content navigable</a>, then decrement
69726969
<var>remainingTotalQuota</var> by the <a>initial subframe deferred fetch quota</a> given
6973-
<var>descendantContainer</var>'s <a>deferred fetch policy</a>.
6970+
<var>maybeContainer</var>'s <a>deferred fetch policy</a>.
69746971
</ol>
69756972

69766973
<li><p>If <var>remainingTotalQuota</var> is less than <var>remainingQuotaForOrigin</var>, then

0 commit comments

Comments
 (0)