Skip to content

Commit 1ca8615

Browse files
committed
Clarify notes
1 parent c345eb8 commit 1ca8615

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fetch.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7091,11 +7091,11 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
70917091

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

71017101
<ol>

0 commit comments

Comments
 (0)