Skip to content

Commit c7588fa

Browse files
committed
fetch group nits
1 parent c5ff96b commit c7588fa

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

fetch.bs

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,15 +2749,19 @@ functionality.
27492749
<h3 id=fetch-groups>Fetch groups</h3>
27502750

27512751
<p>Each <a>environment settings object</a> has an associated
2752-
<dfn export id=concept-fetch-group for=fetch>fetch group</dfn>.
2752+
<dfn for="environment settings object">fetch group</dfn>, which holds a <a for=/>fetch group</a>.
27532753

2754-
<p>A <a for=fetch>fetch group</a> has an associated
2755-
<dfn lt="fetch record" export for="fetch group" id=concept-fetch-record>fetch records</dfn>, a
2756-
<a for=/>list</a> of <a for="/" data-lt="fetch record">fetch records</a>.
2754+
<p>A <dfn id=concept-fetch-group>fetch group</dfn> holds information about fetches.
27572755

2758-
<p>A <a for=fetch>fetch group</a> has an associated
2759-
<dfn export for="fetch group">deferred fetch records</dfn>, a <a for=/>list</a> of
2760-
<a data-lt="deferred fetch record">deferred fetch records</a>.
2756+
<p>A <a for=/>fetch group</a> has associated:
2757+
2758+
<dl>
2759+
<dt><dfn for="fetch group" id=concept-fetch-record>fetch records</dfn>
2760+
<dd>A <a for=/>list</a> of <a for=/>fetch records</a>.
2761+
2762+
<dt><dfn for="fetch group">deferred fetch records</dfn>
2763+
<dd>A <a for=/>list</a> of <a for=/>deferred fetch records</a>.
2764+
</dl>
27612765

27622766
<p>A <dfn export>fetch record</dfn> is a <a for=/>struct</a> with the following
27632767
<a for=struct>items</a>:

0 commit comments

Comments
 (0)