From dc75f3cba1f33c155141989552c1a034c5c3cf62 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 30 Jan 2025 16:10:26 +0100 Subject: [PATCH 1/2] Simplify markup for internal references otherwise, this has the spec have a normative reference to itself --- spec.bs | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/spec.bs b/spec.bs index f68bbfe2b..e4ee4c581 100644 --- a/spec.bs +++ b/spec.bs @@ -4736,18 +4736,17 @@ an [=auction config=] |auctionConfig| and a [=reporting context=] |reportingCont |reportType|:
: "`interestGroupCount`" - :: The number of interest groups in the [=user agent=]'s interest group set whose owner is + :: The number of interest groups in the [=user agent=]'s [=interest + group set=] whose [=interest group/owner=] is |buyerOrigin|. : "`bidCount`" - :: The number of valid bids generated by interest groups whose owner is + :: The number of valid bids generated by interest groups whose + [=interest group/owner=] is |buyerOrigin|. : "`totalGenerateBidLatency`" :: The sum of execution time in milliseconds for all `generateBid()` - calls in the auction for interest groups whose owner is + calls in the auction for interest groups whose + [=interest group/owner=] is |buyerOrigin|. : "`totalSignalsFetchLatency`" :: The total time spent fetching trusted buyer signals in @@ -4777,9 +4776,8 @@ an [=auction config=] |auctionConfig| and a [=reporting context=] |reportingCont :: 0 Issue: Consider allowing the filtering ID to be set here. - 1. [=map/For each=] |ig| of the [=user agent=]'s - interest group set whose - owner is |buyerOrigin|: + 1. [=map/For each=] |ig| of the [=user agent=]'s [=interest group set=] whose + [=interest group/owner=] is |buyerOrigin|: 1. If seller capabilities of |ig| don't allow this reporting, [=iteration/continue=]. Issue: Align behavior with seller capabilities handling once : "[=signal base value/bid-reject-reason=]" :: 1. If the bid did not succeed purely because it didn't meet the required - k-anonymity threshold, return 8. + [=k-anonymity threshold=], return 8. 1. Let |bidRejectReason| be "`not-available`". 1. If the seller provided a reject reason, set |bidRejectReason| to that value. From e26f384e7239e0b7710d6b305b26f065be3ea8ce Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 3 Feb 2025 08:21:42 +0100 Subject: [PATCH 2/2] Adjust space wrapping Co-authored-by: qingxinwu <6334674+qingxinwu@users.noreply.github.com> --- spec.bs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/spec.bs b/spec.bs index e4ee4c581..c2a149eeb 100644 --- a/spec.bs +++ b/spec.bs @@ -4737,17 +4737,14 @@ an [=auction config=] |auctionConfig| and a [=reporting context=] |reportingCont
: "`interestGroupCount`" :: The number of interest groups in the [=user agent=]'s [=interest - group set=] whose [=interest group/owner=] is - |buyerOrigin|. + group set=] whose [=interest group/owner=] is |buyerOrigin|. : "`bidCount`" :: The number of valid bids generated by interest groups whose - [=interest group/owner=] is - |buyerOrigin|. + [=interest group/owner=] is |buyerOrigin|. : "`totalGenerateBidLatency`" :: The sum of execution time in milliseconds for all `generateBid()` calls in the auction for interest groups whose - [=interest group/owner=] is - |buyerOrigin|. + [=interest group/owner=] is |buyerOrigin|. : "`totalSignalsFetchLatency`" :: The total time spent fetching trusted buyer signals in milliseconds, or 0 if the interest group didn't fetch any