Skip to content

Commit a4de8c3

Browse files
committed
Update spec.bs
1 parent 0572d15 commit a4de8c3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

spec.bs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,10 +2305,10 @@ contributions map=] |realTimeContributionsMap|, and a [=policy container=] |poli
23052305
:: |auctionConfig|'s [=auction config/trusted scoring signals coordinator=]
23062306

23072307
: [=trusted scoring signals request/owner origin=]
2308-
:: |generatedBid|'s [=generated bid=/interest group=]'s [=interest group/owner=]
2308+
:: |generatedBid|'s [=generated bid/interest group=]'s [=interest group/owner=]
23092309

23102310
: [=trusted scoring signals request/joining origin=]
2311-
:: |generatedBid|'s [=generated bid=/interest group=]'s [=interest group/joining origin=]
2311+
:: |generatedBid|'s [=generated bid/interest group=]'s [=interest group/joining origin=]
23122312

23132313
1. If |auctionConfig|'s [=auction config/trusted scoring signals url=]'s [=url/origin=] is not
23142314
[=same origin=] with |auctionConfig|'s [=auction config/seller=], then set |isCrossOrigin| to
@@ -3567,7 +3567,7 @@ A <dfn>server auction browser signals</dfn> is a [=struct=] with the following [
35673567
NOTE: Since bid counts are kept by UTC day, interest groups that live long enough will have
35683568
early bid history expire before the interest group expires.
35693569
: <dfn>join count</dfn>
3570-
:: A count of the number of joins for this interest group in the last 30 days, inclusive.
3570+
:: A count of the number of joins for this interest group in the last 30 UTC days, inclusive.
35713571
Calculated by summing the [=interest group/join counts=].
35723572

35733573
NOTE: Since bid counts are kept by UTC day, interest groups that live long enough will have
@@ -3766,11 +3766,11 @@ The <dfn for=Navigator method>getInterestGroupAdAuctionData(|configIDL|)</dfn> m
37663766
1. [=list/Append=] |serverPrevWin| to |prevWins|.
37673767
1. Let |browserSignals| be a new [=server auction browser signals=] with the following [=struct/items=]:
37683768
: [=server auction browser signals/bid count=]
3769-
:: the sum of |ig|'s [=interest group/bid counts=] with a bid day within the last 30 days,
3769+
:: the sum of |ig|'s [=interest group/bid counts=] with a bid day within the last 30 UTC days,
37703770
inclusive.
37713771
: [=server auction browser signals/join count=]
3772-
:: the sum of |ig|'s [=interest group/join counts=] with a join day within the last 30 days,
3773-
inclusive.
3772+
:: the sum of |ig|'s [=interest group/join counts=] with a join day within the last 30 UTC
3773+
days, inclusive.
37743774
: [=server auction browser signals/recency ms=]
37753775
:: the [=current coarsened wall time=] minus |ig|'s [=interest group/join time=] in
37763776
millseconds
@@ -5096,9 +5096,9 @@ dictionary StorageInterestGroup : AuctionAdInterestGroup {
50965096
1. If |encoded| is failure, then return failure.
50975097
1. [=map/Set=] |resultIg|["{{AuctionAdInterestGroup/additionalBidKey}}"] to the result of running [=forgiving-base64 encode=] with |ig|'s [=interest group/additional bid key=].
50985098
1. [=map/Set=] |resultIg|["{{StorageInterestGroup/joinCount}}"] to the sum of |ig|'s [=interest
5099-
group/join counts=] for all days within the last 30 days, inclusive.
5099+
group/join counts=] for all days within the last 30 UTC days, inclusive.
51005100
1. [=map/Set=] |resultIg|["{{StorageInterestGroup/bidCount}}"] to the sum of |ig|'s [=interest
5101-
group/bid counts=] for all days within the last 30 days, inclusive.
5101+
group/bid counts=] for all days within the last 30 UTC days, inclusive.
51025102
1. Let |resultPrevWins| be a new <code>[=sequence=]<{{PreviousWin}}></code>.
51035103
1. [=list/For each=] |prevWin| of |ig|'s [=interest group/previous wins=] for all days within the
51045104
the last 30 days:
@@ -8532,7 +8532,7 @@ headers. It's a [=struct=] with the following [=struct/items=]:
85328532
:: A [=byte sequence=], null, or failure. Initially null. The body of the script.
85338533
: <dfn>origins authorized for cross origin trusted signals</dfn>
85348534
:: A [=list=] of [=origins=] or null. Initially null. Parsed value of
8535-
[:Ad-Auction-Allow-Trusted-Scoring-Signals-From:].</dfn>
8535+
[:Ad-Auction-Allow-Trusted-Scoring-Signals-From:].
85368536
: <dfn>fetch duration</dfn>
85378537
:: A [=duration=] in milliseconds, denoting how long it took the fetch to complete.
85388538
</dl>
@@ -8986,7 +8986,7 @@ requests into smaller number of fetches. It's a [=struct=] with the following [=
89868986
: <dfn>request map</dfn>
89878987
:: A [=map=] from a tuple of [=script fetcher=], a [=URL=] representating the trusted signals
89888988
base [=URL=], {{unsigned short}} or null for experiment ID, [=origin=] or null for coordinator,
8989-
and [=origin=], representing the top frame's [=origin], to a [=list=] of [=trusted scoring
8989+
and [=origin=], representing the top frame's [=origin=], to a [=list=] of [=trusted scoring
89908990
signals requests=]. This organizes fetches that can possibly be merged together.
89918991
: <dfn>url length limit</dfn>
89928992
:: A {{long}} denoting a user-configured limit which should not be exceeded due to combining of

0 commit comments

Comments
 (0)