From 07bee97ddd28c6b132549469026102b68418f799 Mon Sep 17 00:00:00 2001 From: qingxinwu <6334674+qingxinwu@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:07:18 -0400 Subject: [PATCH] Make it clear that validate ad auction is not parallel. (#848) --- spec.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.bs b/spec.bs index e9ef60b5a..8dd3a1dc1 100644 --- a/spec.bs +++ b/spec.bs @@ -886,6 +886,7 @@ To create nested configs given [=generated bid/ad component descripto To validate and convert auction ad config 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.