Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[spec] Remove redundant 'is chaff' field #1282

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2796,7 +2796,6 @@ a [=list=] of [=interest groups=] |bidIgs|, and a [=list=] of [=bid debug report
Issue: TODO: Link deserialization to IETF standard when available.
(<a href="https://github.com/WICG/turtledove/issues/1254">WICG/turtledove#1254</a>)
1. If |response| is failure, then return failure.
1. If |response|'s [=server auction response/is chaff=] is true, return failure.
1. If |response|'s [=server auction response/top level seller=] is not null:
1. If |topLevelAuctionConfig| is null return failure.
1. If |topLevelAuctionConfig|'s [=auction config/seller=] is not equal to
Expand Down Expand Up @@ -3057,8 +3056,6 @@ A <dfn>server auction response</dfn> is a [=struct=] that contains auction resul
from an auction executed on the trusted auction server. It has the following [=struct/items=]:

<dl dfn-for="server auction response">
: <dfn>is chaff</dfn>
:: A [=boolean=] field indicating whether this response should be ignored.
: <dfn>ad render url</dfn>
:: [=URL=]. The [=leading bid info/leading bid=]'s [=generated bid/ad descriptor=]'s [=ad descriptor/url=] from the
auction.
Expand Down
Loading