Skip to content

Commit

Permalink
Fix org and group metadata
Browse files Browse the repository at this point in the history
Bikeshed insists on the org being set and won't accept a custom group,
despite its documentation saying otherwise.  So, until we need some sort
of custom boilerplate, let's not worry about that business.

Closes #82.
  • Loading branch information
martinthomson committed Feb 5, 2025
1 parent 2804561 commit bc04612
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Abstract: This specifies a browser API for the measurement of advertising perfor
Complain About: accidental-2119 yes, missing-example-ids yes
Markup Shorthands: markdown yes, css no, dfn yes
Assume Explicit For: yes
Group: wg/pat
Org: W3C
!Group: pat
Status: ED
Level: None
</pre>
Expand Down Expand Up @@ -765,7 +766,7 @@ To <dfn>do attribution and fill a histogram</dfn>, given

1. If |impressions| is not empty:

1. Let |budgetOk| be the result of [=deduct privacy budget=]
1. Let |budgetOk| be the result of [=deduct privacy budget=]
with |epoch| and |options|.{{PrivateAttributionConversionOptions/epsilon}}.

1. If |budgetOk| is true, [=set/extend=] |matchedImpressions| with |impressions|.
Expand Down

0 comments on commit bc04612

Please sign in to comment.