Skip to content

Commit af751d9

Browse files
committed
Fix indents
1 parent 29c422f commit af751d9

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

fetch.bs

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6842,7 +6842,7 @@ i.e., when a <a>fetch group</a> is <a for="fetch group">terminated</a>, or after
68426842
<a for=request>body</a>'s <a for=body>length</a>.
68436843
</ol>
68446844

6845-
<li><ol>Return <var>totalRequestLength</var>.
6845+
<li><p>Return <var>totalRequestLength</var>.
68466846
</ol>
68476847
</div>
68486848

@@ -6905,8 +6905,9 @@ This specification defined a <a>policy-controlled feature</a> identified by the
69056905
<p class="note allow-2119">640kb should be enough for everyone.
69066906

69076907
<li>
6908-
<p>Let <var>topRelativeNavigable</var> in <var>relativeNavigables</var>[0]:
6909-
<li>
6908+
<p>Let <var>topRelativeNavigable</var> in <var>relativeNavigables</var>[0].
6909+
6910+
<li>
69106911
<p>If <var>topRelativeNavigable</var> is a <a for=/>top-level traversable</a> then:
69116912
<ol>
69126913
<li><p>If <var>topRelativeNavigable</var>'s <a>active document</a> is not <a>allowed to use</a>
@@ -6922,19 +6923,19 @@ This specification defined a <a>policy-controlled feature</a> identified by the
69226923
the first 16 cross-origin subframes leaving 512kb for its own quota.
69236924
</ol>
69246925

6925-
<li>
6926-
<p>Otherwise:</p>
6927-
<ol>
6928-
<li><p>Let <var>containerPolicy</var> be <var>topRelativeNavigable</var>'s
6929-
<a for=navigable>container</a>'s <a>deferred fetch policy</a>.
6926+
<li>
6927+
<p>Otherwise:</p>
6928+
<ol>
6929+
<li><p>Let <var>containerPolicy</var> be <var>topRelativeNavigable</var>'s
6930+
<a for=navigable>container</a>'s <a>deferred fetch policy</a>.
69306931

6931-
<li><p>If <var>containerPolicy</var> is <code>disabled</code> or
6932-
<var>topRelativeNavigable</var>'s <a>active document</a> is not <a>allowed to use</a>
6933-
<var>containerPolicy</var>, then return 0.
6932+
<li><p>If <var>containerPolicy</var> is <code>disabled</code> or
6933+
<var>topRelativeNavigable</var>'s <a>active document</a> is not <a>allowed to use</a>
6934+
<var>containerPolicy</var>, then return 0.
69346935

6935-
<li><p>Otherwise, set <var>remainingTotalQuota</var> to the
6936-
<a>initial subframe deferred fetch quota</a> given <var>containerPolicy</var>.
6937-
</ol>
6936+
<li><p>Otherwise, set <var>remainingTotalQuota</var> to the
6937+
<a>initial subframe deferred fetch quota</a> given <var>containerPolicy</var>.
6938+
</ol>
69386939

69396940
<li><p>Let <var>remainingQuotaForOrigin</var> be <var>remainingTotalQuota</var>.
69406941

@@ -6962,18 +6963,15 @@ This specification defined a <a>policy-controlled feature</a> identified by the
69626963
</ol>
69636964
</li>
69646965

6965-
<li><p>Let <var>relevantContainers</var> be all the <a>shadow-including descendant</a> of
6966-
<var>navigable</var>'s <a for=navigable>active document</a> which are a
6967-
<a>navigable container</a>.
6968-
6969-
<li><p><a for=list>For each</a> <var>descendantContainer</var> of
6970-
<var>relevantContainers</var>, if <var>relativeNavigables</var> does not
6971-
<a for=list>contain</a> <var>descendantContainer</var>, then decrement
6972-
<var>remainingTotalQuota</var> by the <a>initial subframe deferred fetch quota</a> given
6973-
<var>descendantContainer</var>'s <a>deferred fetch policy</a>.
6966+
<li><p>Let <var>relevantContainers</var> be all the <a>shadow-including descendant</a> of
6967+
<var>navigable</var>'s <a for=navigable>active document</a> which are a
6968+
<a>navigable container</a>.
69746969

6975-
</ol>
6976-
</li>
6970+
<li><p><a for=list>For each</a> <var>descendantContainer</var> of
6971+
<var>relevantContainers</var>, if <var>relativeNavigables</var> does not
6972+
<a for=list>contain</a> <var>descendantContainer</var>, then decrement
6973+
<var>remainingTotalQuota</var> by the <a>initial subframe deferred fetch quota</a> given
6974+
<var>descendantContainer</var>'s <a>deferred fetch policy</a>.
69776975

69786976
<li><p>If <var>remainingTotalQuota</var> is less than <var>remainingQuotaForOrigin</var>, then
69796977
return <var>remainingTotalQuota</var>.

0 commit comments

Comments
 (0)