Skip to content

Commit 2abcd22

Browse files
committed
nits
1 parent 95ffdd0 commit 2abcd22

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

fetch.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7028,6 +7028,8 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
70287028

70297029
<dl class=switch>
70307030
<dt><var>isTopLevel</var> is true and <var>deferredFetchAllowed</var> is false
7031+
<dt><var>isTopLevel</var> is false, and <var>deferredFetchAllowed</var> is false, and
7032+
<var>deferredFetchMinimalAllowed</var> is false
70317033
<dd>0
70327034

70337035
<dt><var>isTopLevel</var> is true and <var>deferredFetchMinimalAllowed</var> is false
@@ -7095,11 +7097,11 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
70957097

70967098
<p class=note>This is called on navigation, when the source document of the navigation is the
70977099
<a for=/>navigable</a>'s parent document. It potentially reserves either 64kb or 8kb of quota for
7098-
the container and its navigable, if allowed permissions policy. It is not observable to the
7100+
the container and its navigable, if allowed by permissions policy. It is not observable to the
70997101
cotnainer document whether the reserved quota was used in practice. This algorithm assumes that the
7100-
container's document might delegate quota to the navigated frame, and the reserved quota would only
7101-
apply in that case, and would be ignored if it ends up being shared. If quota was reserved and the
7102-
document ends up being <a>same origin</a> with its parent, the quota would be
7102+
container's document might delegate quota to the navigated container, and the reserved quota would
7103+
only apply in that case, and would be ignored if it ends up being shared. If quota was reserved and
7104+
the document ends up being <a>same origin</a> with its parent, the quota would be
71037105
<a data-lt="potentially free deferred-fetch quota">freed</a>.
71047106

71057107
<ol>

0 commit comments

Comments
 (0)