@@ -6890,38 +6890,38 @@ This specification defined a <a>policy-controlled feature</a> identified by the
6890
6890
<li><p> Let <var> relativeNavigables</var> be <var> document</var> 's
6891
6891
<a>deferred fetch quota-sharing navigables</a> .
6892
6892
6893
- <li><p> Let <var> remainingTotalQuota</var> be zero.
6893
+ <li>
6894
+ <p> Let <var> remainingTotalQuota</var> be 640 kibibytes.
6895
+ <p class="note allow-2119"> 640kb should be enough for everyone.
6894
6896
6895
6897
<li>
6896
6898
<p> <a for=list>For each</a> <var> navigable</var> in <var> relativeNavigables</var> :
6897
6899
<ol>
6898
6900
<li>
6899
- <p> If <var> document </var> 's <a>node navigable</a > is a <a for=/>top-level traversable</a> then:
6901
+ <p> If <var> navigable</var > is a <a for=/>top-level traversable</a> then:
6900
6902
<ol>
6901
- <li><p> If <var> document </var> is not <a>allowed to use</a> the
6903
+ <li><p> If <var> navigable </var> 's <a>active document</a > is not <a>allowed to use</a> the
6902
6904
<a>policy-controlled feature</a> {{PermissionPolicy/"deferred-fetch"}} , then return 0.
6903
6905
6904
- <li><p> Otherwise, if <var> document </var> is <a>allowed to use</a> the
6905
- <a>policy-controlled feature</a> {{PermissionPolicy/"deferred-fetch-minimal"}} , then set
6906
+ <li><p> Otherwise, if <var> navigable </var> 's <a>active document</a> is <a>allowed to use</a>
6907
+ the <a>policy-controlled feature</a> {{PermissionPolicy/"deferred-fetch-minimal"}} , then set
6906
6908
<var> remainingTotalQuota</var> to 512 kibibytes.
6907
6909
6908
6910
<p class=note> When this permission policy is enabled, this document delegates 8KB to each of
6909
6911
the first 16 cross-origin subframes leaving 512kb for its own quota.
6910
-
6911
- <li>
6912
- <p> Otherwsise, set <var> remainingTotalQuota</var> to 640 kibibytes.
6913
- <p class="note allow-2119"> 640kb should be enough for everyone.
6914
6912
</ol>
6915
6913
6916
6914
<li>
6917
6915
<p> Otherwise:</p>
6918
6916
<ol>
6919
- <li><p> Let <var> containerPolicy</var> be <var> document </var> 's <a>node navigable</a >' s
6917
+ <li><p> Let <var> containerPolicy</var> be <var> navigable</var > 's
6920
6918
<a for=navigable>container</a> 's <a>deferred fetch policy</a> .
6921
6919
6922
- <li><p> If <var> containerPolicy</var> is not <code> disabled</code> and <var> document</var> is
6923
- <a>allowed to use</a> <var> containerPolicy</var> , then set <var> remainingTotalQuota</var> to
6924
- the <a>initial subframe deferred fetch quota</a> given <var> containerPolicy</var> .
6920
+ <li><p> If <var> containerPolicy</var> is <code> disabled</code> or <var> navigable</var> 's
6921
+ <a>active document</a> is not <a>allowed to use</a> <var> containerPolicy</var> , then return 0.
6922
+
6923
+ <li><p> Otherwise, set <var> remainingTotalQuota</var> to the
6924
+ <a>initial subframe deferred fetch quota</a> given <var> containerPolicy</var> .
6925
6925
</ol>
6926
6926
</ol>
6927
6927
0 commit comments