@@ -6842,7 +6842,7 @@ i.e., when a <a>fetch group</a> is <a for="fetch group">terminated</a>, or after
6842
6842
<a for=request>body</a> 's <a for=body>length</a> .
6843
6843
</ol>
6844
6844
6845
- <li><ol > Return <var> totalRequestLength</var> .
6845
+ <li><p > Return <var> totalRequestLength</var> .
6846
6846
</ol>
6847
6847
</div>
6848
6848
@@ -6905,8 +6905,9 @@ This specification defined a <a>policy-controlled feature</a> identified by the
6905
6905
<p class="note allow-2119"> 640kb should be enough for everyone.
6906
6906
6907
6907
<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>
6910
6911
<p> If <var> topRelativeNavigable</var> is a <a for=/>top-level traversable</a> then:
6911
6912
<ol>
6912
6913
<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
6922
6923
the first 16 cross-origin subframes leaving 512kb for its own quota.
6923
6924
</ol>
6924
6925
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> .
6930
6931
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.
6934
6935
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>
6938
6939
6939
6940
<li><p> Let <var> remainingQuotaForOrigin</var> be <var> remainingTotalQuota</var> .
6940
6941
@@ -6962,18 +6963,15 @@ This specification defined a <a>policy-controlled feature</a> identified by the
6962
6963
</ol>
6963
6964
</li>
6964
6965
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> .
6974
6969
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> .
6977
6975
6978
6976
<li><p> If <var> remainingTotalQuota</var> is less than <var> remainingQuotaForOrigin</var> , then
6979
6977
return <var> remainingTotalQuota</var> .
0 commit comments