File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6961,7 +6961,9 @@ This specification defined a <a>policy-controlled feature</a> identified by the
6961
6961
<a>same origin</a> with <var> origin</var> , then decrement <var> remainingQuotaForOrigin</var> by
6962
6962
<var> length</var> .
6963
6963
</ol>
6964
- </li>
6964
+ <li>
6965
+ </ol>
6966
+ </li>
6965
6967
6966
6968
<li><p> Let <var> relevantContainers</var> be all the <a>shadow-including descendant</a> of
6967
6969
<var> navigable</var> 's <a for=navigable>active document</a> which are a
@@ -6976,7 +6978,7 @@ This specification defined a <a>policy-controlled feature</a> identified by the
6976
6978
<li><p> If <var> remainingTotalQuota</var> is less than <var> remainingQuotaForOrigin</var> , then
6977
6979
return <var> remainingTotalQuota</var> .
6978
6980
6979
- <li><p> Otherwise, return <var> remainingQuotaForOrigin</var> .
6981
+ <li><p> Return <var> remainingQuotaForOrigin</var> .
6980
6982
</ol>
6981
6983
</div>
6982
6984
You can’t perform that action at this time.
0 commit comments