Skip to content

Commit 838701d

Browse files
committed
Update note
1 parent ff2d11c commit 838701d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fetch.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7094,10 +7094,9 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
70947094
<var>container</var> given an <a for=/>origin</a> <var>originToNavigateTo</var>:
70957095

70967096
<p class=note>This is called when <var>container</var> and the document that initiated the
7097-
navigation (the "source document") are <a>same origin</a>. It potentially
7098-
reserves either 64kb or 8kb of quota for the frame, if it is not <a>same origin</a>
7099-
with its parent and the permissions policy allow. It is not observable to the cotnainer document
7100-
whether the reserved quota was used in practice.
7097+
navigation (the "source document") are not <a>same origin</a>. It potentially
7098+
reserves either 64kb or 8kb of quota for the frame, if the permissions policy allow. It is not
7099+
observable to the cotnainer document whether the reserved quota was used in practice.
71017100
This algorithm assumes that the container's document might delegate quota to the navigated frame,
71027101
and the reserved quota would only apply in that case, and would be ignored if it ends up being
71037102
shared.

0 commit comments

Comments
 (0)