Skip to content

Commit

Permalink
More editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Dec 16, 2024
1 parent 2e8599f commit 9d336f1
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7006,30 +7006,31 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
<p>To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}}
<var>controlDocument</var> and an <a for=/>origin</a>-or-null <var>origin</var>:

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

<dl class=switch>
<dt><var>controlDocument</var>'s <a>node navigable</a> is a
<a for=/>top-level traversable</a> whose not <a>allowed to use</a> the
<a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch}}"
<a for=/>top-level traversable</a> and <var>controlDocument</var> is not <a>allowed to use</a>
the <a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch}}"
<dd>0

<dt><var>controlDocument</var>'s <a>node navigable</a> is a
<a for=/>top-level traversable</a> whose <a>allowed to use</a> the
<a for=/>top-level traversable</a> and <var>controlDocument</var> is not <a>allowed to use</a>
the <a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch-minimal}}"
<dd>
<p>640 kibibytes
<p class="note allow-2119">640kb should be enough for everyone.

<dt><var>controlDocument</var>'s <a>node navigable</a> is a <a for=/>top-level traversable</a>
and <a>allowed to use</a> the
<a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch-minimal}}"
<dd>
<p>512 kibibytes
<p class=note>The default of 640 kibibytes, decremented By
<a>quota reserved for <code>deferred-fetch-minimal</code></a>)

<dt><var>controlDocument</var>'s <a>node navigable</a> is a
<a for=/>top-level traversable</a> whose not <a>allowed to use</a> the
<a>policy-controlled feature</a> "{{PermissionsPolicy/deferred-fetch-minimal}}"
<dd>
<p>640 kibibytes
<p class="note allow-2119">640kb should be enough for everyone.

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

0 comments on commit 9d336f1

Please sign in to comment.