suitable
@@ -531,14 +531,15 @@ Aggregation should pick a unique string (or multiple) for this.
Pre-specified report parameters {#pre-specified-report-parameters-structure}
----------------------------------------------------------------------------
-A pre-specified report parameters is a [=struct=] with the following
-items:
+A pre-specified report parameters is a [=struct=] with the
+following items:
-: context ID (default: null)
+: context ID (default: null)
:: A [=string=] or null
-: filtering ID max bytes (default: [=default filtering ID max bytes=])
+: filtering ID max bytes (default: [=default filtering ID max
+ bytes=])
:: A positive integer
-: max contributions (default: null)
+: max contributions (default: null)
:: A positive integer or null
@@ -577,12 +578,12 @@ parameters map=].
Constants {#constants}
======================
-Default filtering ID max bytes is a positive integer controlling the
-max bytes used if none is explicitly chosen. Its value is 1.
+Default filtering ID max bytes is a positive integer
+controlling the max bytes used if none is explicitly chosen. Its value is 1.
-Valid filtering ID max bytes range is a [=set=] of positive integers
-controlling the allowable values of max bytes. Its value is [=the inclusive
-range|the range=] 1 to 8, inclusive.
+Valid filtering ID max bytes range is a [=set=] of positive
+integers controlling the allowable values of max bytes. Its value is [=the
+inclusive range|the range=] 1 to 8, inclusive.
Issue: Consider adding more constants.
@@ -617,8 +618,8 @@ Permissions Policy integration {#permissions-policy-integration}
================================================================
This specification defines a [=policy-controlled feature=] identified by the
-string "private-aggregation". Its [=policy-controlled
-feature/default allowlist=] is "`*`".
+string "private-aggregation". Its
+[=policy-controlled feature/default allowlist=] is "`*`".
Note: The [=PrivateAggregation/allowed to use=] field is set by other
specifications that integrate with this API according to this
@@ -697,9 +698,9 @@ scope=] |debugScope| and an optional [=debug details=] or null
-To determine if a report should be sent deterministically given a
-[=pre-specified report parameters=] |preSpecifiedParams| and a [=context type=]
-|api|, perform the following steps. They return a [=boolean=]:
+To determine if a report should be sent deterministically
+given a [=pre-specified report parameters=] |preSpecifiedParams| and a [=context
+type=] |api|, perform the following steps. They return a [=boolean=]:
1. If |preSpecifiedParams|' [=pre-specified report parameters/context ID=] is
not null, return true.
1. If |preSpecifiedParams|' [=pre-specified report parameters/filtering ID max
@@ -858,7 +859,7 @@ scope given a [=pre-specified report parameters=] |params| and a
-To validate a histogram contribution given a
+To validate a histogram contribution given a
{{PAHistogramContribution}} |contribution| and a [=scoping details=]
|scopingDetails|, perform the following steps. They return a [=contribution
cache entry=] or an [=exception=].