File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -7093,13 +7093,14 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
7093
7093
<p> To <dfn export>reserve deferred-fetch quota</dfn> for a <a>navigable container</a>
7094
7094
<var> container</var> given an <a for=/>origin</a> <var> originToNavigateTo</var> :
7095
7095
7096
- <p class=note> This is called when <var> container</var> and the document that initiated the
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.
7100
- This algorithm assumes that the container's document might delegate quota to the navigated frame,
7101
- and the reserved quota would only apply in that case, and would be ignored if it ends up being
7102
- shared.
7096
+ <p class=note> This is called on navigation, when the source document of the navigation is the
7097
+ <a for=/>navigable</a> 's parent document. It potentially reserves either 64kb or 8kb of quota for
7098
+ the frame, if the permissions policy allow. It is not observable to the cotnainer document whether
7099
+ the reserved quota was used in practice. This algorithm assumes that the container's document might
7100
+ delegate quota to the navigated frame, and the reserved quota would only apply in that case, and
7101
+ would be ignored if it ends up being shared. If quota was reserved and the document ends up being
7102
+ <a>same origin</a> with its parent, the quota would be
7103
+ <a data-lt="potentially free deferred-fetch quota">freed</a> .
7103
7104
7104
7105
<ol>
7105
7106
<li><p> Set <var> container</var> 's <a>reserved deferred-fetch quota</a> to 0.
You can’t perform that action at this time.
0 commit comments