Skip to content

Commit b72c664

Browse files
committed
Add note about conds
1 parent 5e287d9 commit b72c664

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fetch.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7084,6 +7084,7 @@ shared.
70847084
<p><a for=list>For each</a> <var>navigable</var> of <var>container</var>'s
70857085
<a>node navigable</a>'s <a for=navigable>top-level traversable</a>'s
70867086
<a>inclusive descendant navigables</a> who meets all of the following conditions:
7087+
70877088
<ul class=brief>
70887089
<li><p><var>navigable</var> is not <var>container</var>'s <a>content navigable</a>.
70897090

@@ -7097,6 +7098,9 @@ shared.
70977098

70987099
<p>Decrement <var>delegatedQuota</var> by <a>minimal subframe deferred-fetch quota</a>.
70997100

7101+
<p class=note>This algorithm counts subframes, other than this one, which don't share quota with
7102+
the top-level document, and have reserved part of the <a>deferred-fetch delegated quota</a>.
7103+
71007104
<li><p>If <var>delegatedQuota</var> is less than <a>minimal subframe deferred-fetch quota</a>,
71017105
then set <var>container</var>'s <a>reserved deferred-fetch quota</a> to zero.
71027106

0 commit comments

Comments
 (0)