Skip to content

Commit

Permalink
Bring back <ol>
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Dec 16, 2024
1 parent 9d336f1 commit 197806d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6981,13 +6981,19 @@ reserve 8 kibibytes:
descendants share a quota of 384 kibibytes. That value is computed as such:
<ul>
<li><p>640 kibibytes are initially granted to the <a for=/>top-level traversable</a>.

<li><p>128 kibibytes are reserved for the "{{PermissionsPolicy/deferred-fetch-minimal}}" policy.

<li><p>64 kibibytes are reserved for the container navigating to
<code>https://ok.example/good</code>.

<li><p>64 kibibytes are reserved for the container navigating to
<code>https://ok.example/redirect</code>, and lost when it navigates away.

<li><code>https://ok.example.com/back</code> did not reserve 64 kibibytes, because it navigated
back to <a for=/>top-level traversable</a>'s origin. <li><p>640 - 128 - 64 - 64 = 384 kibibytes.
back to <a for=/>top-level traversable</a>'s origin.

<li><p>640 - 128 - 64 - 64 = 384 kibibytes.
</ul>
</div>

Expand All @@ -7006,6 +7012,7 @@ 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:
Expand Down

0 comments on commit 197806d

Please sign in to comment.