Skip to content

Commit

Permalink
Simplify markup for internal references (#1391)
Browse files Browse the repository at this point in the history
* Simplify markup for internal references

otherwise, this has the spec have a normative reference to itself

* Adjust space wrapping

Co-authored-by: qingxinwu <[email protected]>

---------

Co-authored-by: qingxinwu <[email protected]>
  • Loading branch information
dontcallmedom and qingxinwu authored Feb 4, 2025
1 parent 36a89d8 commit 5d2e5cb
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4742,19 +4742,15 @@ an [=auction config=] |auctionConfig| and a [=reporting context=] |reportingCont
|reportType|:
<dl class="switch">
: "`interestGroupCount`"
:: The number of interest groups in the [=user agent=]'s <a
spec="turtledove">interest group set</a> whose <a
spec="turtledove" for="interest group">owner</a> 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 <a
spec="turtledove" for="interest group">owner</a> 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 <a
spec="turtledove" for="interest group">owner</a> 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
Expand Down Expand Up @@ -4783,9 +4779,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 <a spec="turtledove">
interest group set</a> whose
<a spec="turtledove" for="interest group">owner</a> 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 <a
Expand Down Expand Up @@ -4898,7 +4893,7 @@ They return a {{double}}.
</dl>
: "<code>[=signal base value/bid-reject-reason=]</code>"
:: 1. If the bid did not succeed purely because it didn't meet the required
<a spec="turtledove">k-anonymity threshold</a>, 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.
Expand Down

0 comments on commit 5d2e5cb

Please sign in to comment.