File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6981,13 +6981,19 @@ reserve 8 kibibytes:
6981
6981
descendants share a quota of 384 kibibytes. That value is computed as such:
6982
6982
<ul>
6983
6983
<li><p> 640 kibibytes are initially granted to the <a for=/>top-level traversable</a> .
6984
+
6984
6985
<li><p> 128 kibibytes are reserved for the "{{PermissionsPolicy/deferred-fetch-minimal}} " policy.
6986
+
6985
6987
<li><p> 64 kibibytes are reserved for the container navigating to
6986
6988
<code> https://ok.example/good</code> .
6989
+
6987
6990
<li><p> 64 kibibytes are reserved for the container navigating to
6988
6991
<code> https://ok.example/redirect</code> , and lost when it navigates away.
6992
+
6989
6993
<li><code> https://ok.example.com/back</code> did not reserve 64 kibibytes, because it navigated
6990
- back to <a for=/>top-level traversable</a> 's origin. <li><p> 640 - 128 - 64 - 64 = 384 kibibytes.
6994
+ back to <a for=/>top-level traversable</a> 's origin.
6995
+
6996
+ <li><p> 640 - 128 - 64 - 64 = 384 kibibytes.
6991
6997
</ul>
6992
6998
</div>
6993
6999
@@ -7006,6 +7012,7 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
7006
7012
<p> To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}}
7007
7013
<var> controlDocument</var> and an <a for=/>origin</a> -or-null <var> origin</var> :
7008
7014
7015
+ <ol>
7009
7016
<li><p> Let <var> navigable</var> be <var> controlDocument</var> 's <a>node navigable</a> .
7010
7017
<li>
7011
7018
<p> Let <var> quota</var> be the result of the first matching statement:
You can’t perform that action at this time.
0 commit comments