Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Jan 6, 2025
1 parent 197806d commit 870671c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6784,9 +6784,6 @@ takes no arguments:
<p><a for=list>Append</a> <var>deferredRecord</var> to <var>fetchGroup</var>'s
<a for="fetch group">deferred fetch records</a>.

<p class=note>This prevents a case where eagerly creating and destroying nested documents would
circumvent the keepalive quota.

<li>
<p>If <var>activateAfter</var> is non-null, then run the following steps <a>in parallel</a>:</p>

Expand Down Expand Up @@ -6998,11 +6995,11 @@ descendants share a quota of 384 kibibytes. That value is computed as such:
</div>


<p>This specification defined a <a>policy-controlled feature</a> identified by the string
<p>This specification defines a <a>policy-controlled feature</a> identified by the string
"<dfn for=PermissionsPolicy enum-value>deferred-fetch</dfn>". Its
<a for="policy-controlled feature">default allowlist</a> is "<code>self</code>".

<p>This specification defined a <a>policy-controlled feature</a> identified by the string
<p>This specification defines a <a>policy-controlled feature</a> identified by the string
"<dfn for=PermissionsPolicy enum-value>deferred-fetch-minimal</dfn>". Its
<a for="policy-controlled feature">default allowlist</a> is "<code>*</code>".

Expand Down

0 comments on commit 870671c

Please sign in to comment.