Skip to content

Commit

Permalink
Make it clear that validate ad auction is not parallel. (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingxinwu authored Oct 11, 2023
1 parent 4f07d44 commit 07bee97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ To <dfn>create nested configs</dfn> given [=generated bid/ad component descripto

To <dfn>validate and convert auction ad config</dfn> given an {{AuctionAdConfig}} |config| and a
[=boolean=] |isTopLevel|:
1. [=Assert=] that these steps are not running [=in parallel=].
1. Let |auctionConfig| be a new [=auction config=].
1. Let |seller| be the result of [=parsing an https origin=] with |config|["{{AuctionAdConfig/seller}}"].
1. If |seller| is failure, then return failure.
Expand Down

0 comments on commit 07bee97

Please sign in to comment.