Skip to content

Commit 197806d

Browse files
committed
Bring back <ol>
1 parent 9d336f1 commit 197806d

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
@@ -6981,13 +6981,19 @@ reserve 8 kibibytes:
69816981
descendants share a quota of 384 kibibytes. That value is computed as such:
69826982
<ul>
69836983
<li><p>640 kibibytes are initially granted to the <a for=/>top-level traversable</a>.
6984+
69846985
<li><p>128 kibibytes are reserved for the "{{PermissionsPolicy/deferred-fetch-minimal}}" policy.
6986+
69856987
<li><p>64 kibibytes are reserved for the container navigating to
69866988
<code>https://ok.example/good</code>.
6989+
69876990
<li><p>64 kibibytes are reserved for the container navigating to
69886991
<code>https://ok.example/redirect</code>, and lost when it navigates away.
6992+
69896993
<li><code>https://ok.example.com/back</code> did not reserve 64 kibibytes, because it navigated
6990-
back to <a for=/>top-level traversable</a>'s origin. <li><p>640 - 128 - 64 - 64 = 384 kibibytes.
6994+
back to <a for=/>top-level traversable</a>'s origin.
6995+
6996+
<li><p>640 - 128 - 64 - 64 = 384 kibibytes.
69916997
</ul>
69926998
</div>
69936999

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

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

0 commit comments

Comments
 (0)