Skip to content

Commit 0adf153

Browse files
Adjust names, description
1 parent ebd0f9f commit 0adf153

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,8 +1491,8 @@ is "<code>[=aggregatable source registration time configuration/include=]</code>
14911491
this is 0.
14921492

14931493
<dfn>Max attribution report time-to-live</dfn> is a positive [=duration=] that
1494-
controls the max amount of time an attribution report can exist before no longer
1495-
able to being sent.
1494+
controls the maximum amount of time an attribution report can exist before
1495+
expiring without being sent.
14961496

14971497
<dfn>Max event-level reports per attribution destination</dfn> is a positive integer that
14981498
controls how many [=event-level reports=] can be in the
@@ -4688,10 +4688,10 @@ To <dfn>queue reports for delivery</dfn> given a [=set=] of
46884688
forms of interruption, including shutdown, the user agent may need to
46894689
persist reports that are in the process of being sent in some other
46904690
storage.
4691-
1. Let |reportLifeTime| be the lesser of |report|'s
4691+
1. Let |startTime| be the lesser of |report|'s
46924692
[=attribution report/source time=] and [=attribution report/trigger time=].
4693-
1. If [=current wall time=] - |reportLifeTime| is less than or equal to
4694-
[=Max attribution report time-to-live=], [=list/append=] |report| to
4693+
1. If [=current wall time=] - |startTime| is less than or equal to
4694+
[=max attribution report time-to-live=], [=list/append=] |report| to
46954695
|reportsToSend|.
46964696
1. [=shuffle a list|Shuffle=] |reportsToSend|.
46974697

0 commit comments

Comments
 (0)