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