Skip to content

Commit

Permalink
Fix spec.bs bug (WICG#1123)
Browse files Browse the repository at this point in the history
* Fix spec.bs bug

* Empty test commit
  • Loading branch information
caraitto authored Apr 23, 2024
1 parent d0d000c commit 536cd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1641,8 +1641,8 @@ To <dfn>generate and score bids</dfn> given an [=auction config=] |auctionConfig
and |buyer|.
1. [=map/Set=] |browserSignals|["{{BiddingBrowserSignals/forDebuggingOnlyInCooldownOrLockout}}"]
to the result of running [=is debugging only in cooldown or lockout=] with |buyer|.
1. [=map/For each=] |signalsUrl| → |perSignalsUrlGenerator| of |perSlotSizeQueryParam|:
1. [=map/For each=] |slotSizeQueryParam| → |perSlotSizeQueryParam| of |perBuyerGenerator|:
1. [=map/For each=] |slotSizeQueryParam| → |perSlotSizeQueryParam| of |perBuyerGenerator|:
1. [=map/For each=] |signalsUrl| → |perSignalsUrlGenerator| of |perSlotSizeQueryParam|:
1. Let |allTrustedBiddingSignals| be an [=ordered map=] whose [=map/keys=] are [=strings=],
and [=map/values=] are [=strings=].
1. Let |keys| be a new [=ordered set=].
Expand Down

0 comments on commit 536cd19

Please sign in to comment.