Skip to content

Commit 54d9aea

Browse files
committed
More editorial
1 parent c228737 commit 54d9aea

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
@@ -7002,30 +7002,31 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
70027002
<p>To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}}
70037003
<var>controlDocument</var> and an <a for=/>origin</a>-or-null <var>origin</var>:
70047004

7005-
<ol>
7005+
<li><p>Let <var>navigable</var> be <var>controlDocument</var>'s <a>node navigable</a>.
70067006
<li>
70077007
<p>Let <var>quota</var> be the result of the first matching statement:
70087008

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

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

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

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

0 commit comments

Comments
 (0)