Skip to content

Commit

Permalink
Update spec.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
caraitto committed Sep 6, 2023
1 parent 481fb8d commit 37d2497
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 @@ -2893,7 +2893,7 @@ with the following content:
A <dfn>direct from seller signals key</dfn> is a [=struct=] with the following [=struct/items=]:

<dl dfn-for="direct from seller signals key">
: <dfn>origin</dfn>
: <dfn>seller</dfn>
:: An [=origin=]. Matches the origin that served the captured [:Ad-Auction-Signals:] header.
: <dfn>ad slot</dfn>
:: A [=string=]. Matches the `adSlot` key of the JSON dictionaries in the top level array of the
Expand Down Expand Up @@ -2970,7 +2970,7 @@ The following algorithm will be added to the [=http-network-or-cache fetch=] alg
1. If |signal| is not an [=ordered map=], [=iteration/continue=].
1. If |signal|["`adSlot`"] doesn't exist, [=iteration/continue=].
1. Create a new [=direct from seller signals key=] |signalsKey|, with its
[=direct from seller signals key/origin=] set to |requestOrigin| and its
[=direct from seller signals key/seller=] set to |requestOrigin| and its
[=direct from seller signals key/ad slot=] set to |signal|["`adSlot`"].
1. Create a new [=direct from seller signals=] |processedSignals|.
1. [=map/Remove=] |signal|["`adSlot`"].
Expand Down

0 comments on commit 37d2497

Please sign in to comment.