Skip to content

Commit 6432b5d

Browse files
committed
Update note
1 parent 7856454 commit 6432b5d

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
@@ -7090,10 +7090,9 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
70907090
<var>container</var> given an <a for=/>origin</a> <var>originToNavigateTo</var>:
70917091

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

0 commit comments

Comments
 (0)