Skip to content

Commit 22edc9a

Browse files
committed
review
1 parent 48b3549 commit 22edc9a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

EVENT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -980,9 +980,10 @@ were reported.
980980
981981
In order to achieve the privacy goals listed above the API has various rate limits, which can be found [here](https://github.com/WICG/attribution-reporting-api/blob/main/params/chromium-params.md) for Chromium.
982982
983-
Note: Browsers may choose to allow separate rate limits for the embedded site
984-
for specific use cases (for example, [AMP](https://amp.dev) pages rendered by
985-
an AMP cache/viewer provider).
983+
Note: Browsers may choose to allow separate limits, e.g. storage limit,
984+
rate-limits, and destination limits, for the embedded site/origin for specific
985+
use cases (for example, [AMP](https://amp.dev) pages rendered by an AMP
986+
cache/viewer provider).
986987
987988
### Trigger Data
988989

index.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,10 +1869,14 @@ To <dfn>check if cookie-based debugging is allowed</dfn> given a
18691869

18701870
<h3 algorithm id="obtaining-context-origin">Obtaining context origin</h3>
18711871

1872-
To obtain the <dfn export for=node>context origin</dfn> of a [=node=] |node|, return |node|'s [=node navigable=]'s
1873-
[=navigable/top-level traversable=]'s [=navigable/active document=]'s [=origin=].
1872+
To obtain the <dfn export for=node>context origin</dfn> of a [=node=] |node|:
18741873

1875-
Note: The user agent MAY return the embedded origin for specific use cases.
1874+
1. Optionally, return the embedded origin if it exists.
1875+
1. Return |node|'s [=node navigable=]'s [=navigable/top-level traversable=]'s
1876+
[=navigable/active document=]'s [=origin=].
1877+
1878+
Note: The user agent MAY return the embedded origin to allow separate limits
1879+
for specific use cases.
18761880

18771881
<h3 id="obtaining-randomized-response">Obtaining a randomized response</h3>
18781882

0 commit comments

Comments
 (0)