Skip to content

Commit abcade5

Browse files
committed
Suppress warnings about unreferenced definitions
1 parent 9a6cb36 commit abcade5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.bs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ Possible values are:
11731173
<li>"<dfn><code>source-storage-limit</code></dfn>"
11741174
<li>"<dfn><code>source-success</code></dfn>"
11751175
<li>"<dfn><code>source-trigger-state-cardinality-limit</code></dfn>"
1176-
<li>"<dfn><code>source-unknown-error</code></dfn>"
1176+
<li>"<dfn noexport><code>source-unknown-error</code></dfn>"
11771177
</ul>
11781178

11791179
A <dfn>trigger debug data type</dfn> is a [=debug data type=] for trigger registrations.
@@ -1201,7 +1201,7 @@ Possible values are:
12011201
<li>"<dfn><code>trigger-no-matching-filter-data</code></dfn>"
12021202
<li>"<dfn><code>trigger-no-matching-source</code></dfn>"
12031203
<li>"<dfn><code>trigger-reporting-origin-limit</code></dfn>"
1204-
<li>"<dfn><code>trigger-unknown-error</code></dfn>"
1204+
<li>"<dfn noexport><code>trigger-unknown-error</code></dfn>"
12051205
</ul>
12061206

12071207
An <dfn>OS debug data type</dfn> is a [=debug data type=] for OS registrations.
@@ -1212,7 +1212,7 @@ Possible values are:
12121212
<li>"<dfn><code>os-trigger-delegated</code></dfn>"
12131213
</ul>
12141214

1215-
A <dfn>header errors debug data type</dfn> is a [=debug data type=] for
1215+
A <dfn noexport>header errors debug data type</dfn> is a [=debug data type=] for
12161216
registration header errors. Possible values are:
12171217

12181218
<ul dfn-for="header errors debug data type">
@@ -1695,7 +1695,7 @@ To <dfn>parse an aggregation coordinator</dfn> given |value|:
16951695

16961696
<h3 id="parsing-aggregatable-debug-reporting-config">Parsing aggregatable debug reporting config</h3>
16971697

1698-
An <dfn>aggregatable-debug-reporting JSON key</dfn> is one of the following:
1698+
An <dfn noexport>aggregatable-debug-reporting JSON key</dfn> is one of the following:
16991699

17001700
<ul dfn-for="aggregatable-debug-reporting JSON key">
17011701
<li>"<dfn><code>aggregation_coordinator_origin</code></dfn>"
@@ -2373,7 +2373,7 @@ To <dfn>compute the scopes channel capacity of a source</dfn> given a positive i
23732373

23742374
<h3 algorithm id="parsing-source-registration">Parsing source-registration JSON</h3>
23752375

2376-
A <dfn>source-registration JSON key</dfn> is one of the following:
2376+
A <dfn noexport>source-registration JSON key</dfn> is one of the following:
23772377

23782378
<ul dfn-for="source-registration JSON key">
23792379
<li>"<dfn><code>aggregatable_debug_reporting</code></dfn>"
@@ -3315,7 +3315,7 @@ should be fully determined regardless of the result of checks on implicitly repo
33153315

33163316
# Triggering Algorithms # {#trigger-algorithms}
33173317

3318-
A <dfn>trigger-registration JSON key</dfn> is one of the following:
3318+
A <dfn noexport>trigger-registration JSON key</dfn> is one of the following:
33193319

33203320
<ul dfn-for="trigger-registration JSON key">
33213321
<li>"<dfn><code>aggregatable_debug_reporting</code></dfn>"
@@ -3683,7 +3683,7 @@ To <dfn>match [=filter values=] with negation</dfn> given a [=filter value=] |a|
36833683

36843684
To <dfn>match an attribution source against a filter config</dfn> given an
36853685
[=attribution source=] |source|, a [=filter config=] |filter|, a [=moment=] |moment|, and a [=boolean=]
3686-
<dfn for="match an attribution source against a filter config"><var>isNegated</var></dfn>:
3686+
<var>isNegated</var>:
36873687

36883688
1. Let |lookbackWindow| be |filter|'s [=filter config/lookback window=].
36893689
1. If |lookbackWindow| is not null:
@@ -3921,7 +3921,7 @@ an [=event-level report=] |b| if any of the following are true:
39213921
* |a|'s [=event-level report/trigger priority=] is equal to |b|'s [=event-level report/trigger priority=]
39223922
and |a|'s [=event-level report/trigger time=] is greater than |b|'s [=event-level report/trigger time=].
39233923

3924-
An <dfn>event-level-report-replacement result</dfn> is one of the following:
3924+
An <dfn noexport>event-level-report-replacement result</dfn> is one of the following:
39253925

39263926
<dl dfn-for="event-level-report-replacement result">
39273927
: "<dfn><code>add-new-report</code></dfn>"
@@ -5058,7 +5058,7 @@ configuration.
50585058
<tbody>
50595059
<tr>
50605060
<td>POST</td>
5061-
<td>`/session/{session id}/ara/`<dfn>`localtestingmode`</dfn></td>
5061+
<td>`/session/{session id}/ara/`<dfn noexport>`localtestingmode`</dfn></td>
50625062
</tr>
50635063
</tbody>
50645064
</table>
@@ -5094,7 +5094,7 @@ The [=remote end steps=] are:
50945094
<tbody>
50955095
<tr>
50965096
<td>POST</td>
5097-
<td>`/session/{session id}/ara/`<dfn>`sendpendingreports`</dfn></td>
5097+
<td>`/session/{session id}/ara/`<dfn noexport>`sendpendingreports`</dfn></td>
50985098
</tr>
50995099
</tbody>
51005100
</table>

0 commit comments

Comments
 (0)