diff --git a/spec.bs b/spec.bs
index f68bbfe2b..c2a149eeb 100644
--- a/spec.bs
+++ b/spec.bs
@@ -4736,19 +4736,15 @@ 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
- |buyerOrigin|.
+ :: 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
- |buyerOrigin|.
+ :: 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
- |buyerOrigin|.
+ calls in the auction for interest groups whose
+ [=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
@@ -4777,9 +4773,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.