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 @@ -6977,13 +6977,19 @@ reserve 8 kibibytes:
6977
6977
descendants share a quota of 384 kibibytes. That value is computed as such:
6978
6978
<ul>
6979
6979
<li><p> 640 kibibytes are initially granted to the <a for=/>top-level traversable</a> .
6980
+
6980
6981
<li><p> 128 kibibytes are reserved for the "{{PermissionsPolicy/deferred-fetch-minimal}} " policy.
6982
+
6981
6983
<li><p> 64 kibibytes are reserved for the container navigating to
6982
6984
<code> https://ok.example/good</code> .
6985
+
6983
6986
<li><p> 64 kibibytes are reserved for the container navigating to
6984
6987
<code> https://ok.example/redirect</code> , and lost when it navigates away.
6988
+
6985
6989
<li><code> https://ok.example.com/back</code> did not reserve 64 kibibytes, because it navigated
6986
- back to <a for=/>top-level traversable</a> 's origin. <li><p> 640 - 128 - 64 - 64 = 384 kibibytes.
6990
+ back to <a for=/>top-level traversable</a> 's origin.
6991
+
6992
+ <li><p> 640 - 128 - 64 - 64 = 384 kibibytes.
6987
6993
</ul>
6988
6994
</div>
6989
6995
@@ -7002,6 +7008,7 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
7002
7008
<p> To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}}
7003
7009
<var> controlDocument</var> and an <a for=/>origin</a> -or-null <var> origin</var> :
7004
7010
7011
+ <ol>
7005
7012
<li><p> Let <var> navigable</var> be <var> controlDocument</var> 's <a>node navigable</a> .
7006
7013
<li>
7007
7014
<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