diff --git a/index.html b/index.html index 409338227..e4dd48d9a 100644 --- a/index.html +++ b/index.html @@ -736,7 +736,7 @@
Copyright © 2024 the Contributors to the Attribution Reporting Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). +
Copyright © 2025 the Contributors to the Attribution Reporting Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). A human-readable summary is available.
If sourceToAttribute’s number of aggregatable attribution reports value is equal to max aggregatable reports per source[0], then:
+If sourceToAttribute’s number of aggregatable attribution reports value is equal to max aggregatable reports per source[0] and trigger’s trigger context ID is null, then:
Return the triggering result ("dropped
",
@@ -6379,7 +6379,7 @@
Increment sourceToAttribute’s number of aggregatable attribution reports value by 1.
+If trigger’s trigger context ID is null, increment sourceToAttribute’s number of aggregatable attribution reports value by 1.
Decrement sourceToAttribute’s remaining aggregatable attribution budget value by report’s required aggregatable budget.
Append rateLimitRecord to the attribution rate-limit cache.
+If trigger’s trigger context ID is null, append rateLimitRecord to the attribution rate-limit cache.
Run generate null attribution reports with trigger and report.
trigger’s trigger context ID
+trigger’s trigger context ID
trigger’s aggregatable filtering ID max bytes
@@ -6780,7 +6780,7 @@trigger’s trigger context ID
+trigger’s trigger context ID
trigger’s aggregatable filtering ID max bytes
@@ -6830,7 +6830,7 @@Assert: trigger’s trigger context ID is null.
Let maxSourceExpiry be valid source expiry range[1].