@@ -7002,30 +7002,31 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
7002
7002
<p> To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}}
7003
7003
<var> controlDocument</var> and an <a for=/>origin</a> -or-null <var> origin</var> :
7004
7004
7005
- <ol>
7005
+ <li><p> Let <var> navigable </var> be <var> controlDocument </var> 's <a>node navigable</a> .
7006
7006
<li>
7007
7007
<p> Let <var> quota</var> be the result of the first matching statement:
7008
7008
7009
7009
<dl class=switch>
7010
7010
<dt><var> controlDocument</var> 's <a>node navigable</a> is a
7011
- <a for=/>top-level traversable</a> whose not <a>allowed to use</a> the
7012
- <a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch}} "
7011
+ <a for=/>top-level traversable</a> and <var> controlDocument </var> is not <a>allowed to use</a>
7012
+ the <a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch}} "
7013
7013
<dd> 0
7014
7014
7015
7015
<dt><var> controlDocument</var> 's <a>node navigable</a> is a
7016
- <a for=/>top-level traversable</a> whose <a>allowed to use</a> the
7016
+ <a for=/>top-level traversable</a> and <var> controlDocument</var> is not <a>allowed to use</a>
7017
+ the <a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch-minimal}} "
7018
+ <dd>
7019
+ <p> 640 kibibytes
7020
+ <p class="note allow-2119"> 640kb should be enough for everyone.
7021
+
7022
+ <dt><var> controlDocument</var> 's <a>node navigable</a> is a <a for=/>top-level traversable</a>
7023
+ and <a>allowed to use</a> the
7017
7024
<a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch-minimal}} "
7018
7025
<dd>
7019
7026
<p> 512 kibibytes
7020
7027
<p class=note> The default of 640 kibibytes, decremented By
7021
7028
<a>quota reserved for <code>deferred-fetch-minimal</code></a> )
7022
7029
7023
- <dt><var> controlDocument</var> 's <a>node navigable</a> is a
7024
- <a for=/>top-level traversable</a> whose not <a>allowed to use</a> the
7025
- <a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch-minimal}} "
7026
- <dd>
7027
- <p> 640 kibibytes
7028
- <p class="note allow-2119"> 640kb should be enough for everyone.
7029
7030
7030
7031
<dt><var> controlDocument</var> 's <a>node navigable</a>' s <a>navigable container</a> 's
7031
7032
<a>reserved deferred-fetch quota</a> is <a for="reserved deferred-fetch quota">normal quota</a> ,
0 commit comments