Skip to content

Commit 1870b69

Browse files
committed
Bring back <ol>
1 parent 54d9aea commit 1870b69

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

fetch.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6977,13 +6977,19 @@ reserve 8 kibibytes:
69776977
descendants share a quota of 384 kibibytes. That value is computed as such:
69786978
<ul>
69796979
<li><p>640 kibibytes are initially granted to the <a for=/>top-level traversable</a>.
6980+
69806981
<li><p>128 kibibytes are reserved for the "{{PermissionsPolicy/deferred-fetch-minimal}}" policy.
6982+
69816983
<li><p>64 kibibytes are reserved for the container navigating to
69826984
<code>https://ok.example/good</code>.
6985+
69836986
<li><p>64 kibibytes are reserved for the container navigating to
69846987
<code>https://ok.example/redirect</code>, and lost when it navigates away.
6988+
69856989
<li><code>https://ok.example.com/back</code> did not reserve 64 kibibytes, because it navigated
6986-
back to <a for=/>top-level traversable</a>'s origin. <li><p>640 - 128 - 64 - 64 = 384 kibibytes.
6990+
back to <a for=/>top-level traversable</a>'s origin.
6991+
6992+
<li><p>640 - 128 - 64 - 64 = 384 kibibytes.
69876993
</ul>
69886994
</div>
69896995

@@ -7002,6 +7008,7 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
70027008
<p>To get the <dfn>available deferred-fetch quota</dfn> given a {{Document}}
70037009
<var>controlDocument</var> and an <a for=/>origin</a>-or-null <var>origin</var>:
70047010

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

0 commit comments

Comments
 (0)