Skip to content

Commit 8a0e156

Browse files
committed
review
1 parent 6185e14 commit 8a0e156

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ To obtain the <dfn export for=node>context origin</dfn> of a [=node=] |node|:
18811881
1. Return |node|'s [=node navigable=]'s [=navigable/top-level traversable=]'s
18821882
[=navigable/active document=]'s [=origin=].
18831883

1884-
Note: The user agent MAY return the embedded origin to allow separate limits
1884+
Note: The user agent may return the embedded origin to allow separate limits
18851885
for specific use cases.
18861886

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

verbose_debugging_reports.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ The `body` will contain the following fields for all source debugging reports:
3939
This will be a string if there was one such site, or a list of strings if
4040
there were multiple.
4141
* `source_event_id`: The source registration's `source_event_id`.
42-
* `source_site`: The top-level site, or the embedded site for specific use cases, on which the source registration occurred.
42+
* `source_site`: The top-level site, or the embedded site for specific use cases
43+
(for example, [AMP](https://amp.dev) pages rendered by an AMP cache/viewer provider),
44+
on which the source registration occurred.
4345

4446
Additionally:
4547

@@ -155,8 +157,9 @@ Additionally:
155157
* If the trigger was attributed to a source, then the `body` will also contain
156158
the following fields:
157159
* `source_event_id`: The source registration's `source_event_id`.
158-
* `source_site`: The top-level site, or the embedded site for specific use cases, on which the source registration
159-
occurred.
160+
* `source_site`: The top-level site, or the embedded site for specific use cases
161+
(for example, [AMP](https://amp.dev) pages rendered by an AMP cache/viewer provider),
162+
on which the source registration occurred.
160163
* `source_debug_key`: The source registration's `debug_key`, but omitted if
161164
the source registration did not contain a valid `debug_key` or
162165
[cookie-based debugging][] was prohibited.

0 commit comments

Comments
 (0)