Skip to content

Commit 9d336f1

Browse files
committed
More editorial
1 parent 2e8599f commit 9d336f1

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

fetch.bs

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7006,30 +7006,31 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
70067006
<p>To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}}
70077007
<var>controlDocument</var> and an <a for=/>origin</a>-or-null <var>origin</var>:
70087008

7009-
<ol>
7009+
<li><p>Let <var>navigable</var> be <var>controlDocument</var>'s <a>node navigable</a>.
70107010
<li>
70117011
<p>Let <var>quota</var> be the result of the first matching statement:
70127012

70137013
<dl class=switch>
70147014
<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}}"
70177017
<dd>0
70187018

70197019
<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
70217028
<a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch-minimal}}"
70227029
<dd>
70237030
<p>512 kibibytes
70247031
<p class=note>The default of 640 kibibytes, decremented By
70257032
<a>quota reserved for <code>deferred-fetch-minimal</code></a>)
70267033

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.
70337034

70347035
<dt><var>controlDocument</var>'s <a>node navigable</a>'s <a>navigable container</a>'s
70357036
<a>reserved deferred-fetch quota</a> is <a for="reserved deferred-fetch quota">normal quota</a>,

0 commit comments

Comments
 (0)