Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Oct 24, 2024
1 parent 1e57ca6 commit 22180d6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6886,13 +6886,12 @@ reporting sink doesn't reserve the whole quota to itself.

<li>
<p>If the result of calling [$Is feature enabled in document for origin?$] given
<code>deferred-fetch-minimal</code>, <var>document</var> and <var>origin</var> is <code>Disabled</code>,
then return 512 kibibytes.
is <code>Enabled</code>, then set <var>traversable</var>'s <a>allotted deferred fetching quota</a> to
512 kibibytes and return.
<code>deferred-fetch-minimal</code>, <var>document</var> and <var>origin</var> is
<code>Enabled</code>, then set <var>traversable</var>'s <a>allotted deferred fetching quota</a>
to 512 kibibytes and return.

<p class=note>When this permission policy is enabled, this document delegates 8KB to each of the
first cross-origin subframes.
first 16 cross-origin subframes leaving 512kb for its own quota.

<li>
<p>Set <var>traversable</var>'s <a>allotted deferred fetching quota</a> to 640 kibibytes.
Expand All @@ -6902,7 +6901,7 @@ reporting sink doesn't reserve the whole quota to itself.
</div>

<div algorithm>
<p>To <dfn export>allocate subframe deferred fetching quota</dfn> for a [=/navigable]
<p>To <dfn export>allocate subframe deferred fetching quota</dfn> for a [=/navigable=]
<var>navigable</var> and an [=/origin=] <var>initialOrigin</var>:

<p class=note>This is called when the container navigates the subframe.
Expand All @@ -6916,7 +6915,7 @@ reporting sink doesn't reserve the whole quota to itself.
<li><p>If the [=define an inherited policy for feature in container|inherited policy=]
for <code>deferred-fetch</code>, <var>navigable</var>'s [=navigable container=] and
<var>initialOrigin</var> is <code>Enabled</code>, and the [=available deferred fetching quota=]
given <var>parentDocument</var> and null is greater than 64 kibibytes, then set
given <var>parentDocument</var> and null is equal greater than 64 kibibytes, then set
<var>navigable</var>'s [=allotted deferred fetching quota=] to 64 kibibytes and return.

<li><p>If the [=define an inherited policy for feature in container|inherited policy=]
Expand Down

0 comments on commit 22180d6

Please sign in to comment.