Skip to content

Commit

Permalink
Sort spec lists alphabetically for ease of use (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed May 23, 2024
1 parent 69bed9d commit 55f5584
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1084,14 +1084,14 @@ A <dfn>trigger debug data type</dfn> is a [=debug data type=] for trigger regist
Possible values are:

<ul dfn-for="trigger debug data type">
<li>"<dfn><code>trigger-aggregate-attributions-per-source-destination-limit</code></dfn>"
<li>"<dfn><code>trigger-aggregate-deduplicated</code></dfn>"
<li>"<dfn><code>trigger-aggregate-excessive-reports</code></dfn>"
<li>"<dfn><code>trigger-aggregate-no-contributions</code></dfn>"
<li>"<dfn><code>trigger-aggregate-insufficient-budget</code></dfn>"
<li>"<dfn><code>trigger-aggregate-storage-limit</code></dfn>"
<li>"<dfn><code>trigger-aggregate-no-contributions</code></dfn>"
<li>"<dfn><code>trigger-aggregate-report-window-passed</code></dfn>"
<li>"<dfn><code>trigger-aggregate-storage-limit</code></dfn>"
<li>"<dfn><code>trigger-event-attributions-per-source-destination-limit</code></dfn>"
<li>"<dfn><code>trigger-aggregate-attributions-per-source-destination-limit</code></dfn>"
<li>"<dfn><code>trigger-event-deduplicated</code></dfn>"
<li>"<dfn><code>trigger-event-excessive-reports</code></dfn>"
<li>"<dfn><code>trigger-event-low-priority</code></dfn>"
Expand All @@ -1101,8 +1101,8 @@ Possible values are:
<li>"<dfn><code>trigger-event-report-window-not-started</code></dfn>"
<li>"<dfn><code>trigger-event-report-window-passed</code></dfn>"
<li>"<dfn><code>trigger-event-storage-limit</code></dfn>"
<li>"<dfn><code>trigger-no-matching-source</code></dfn>"
<li>"<dfn><code>trigger-no-matching-filter-data</code></dfn>"
<li>"<dfn><code>trigger-no-matching-source</code></dfn>"
<li>"<dfn><code>trigger-reporting-origin-limit</code></dfn>"
<li>"<dfn><code>trigger-unknown-error</code></dfn>"
</ul>
Expand Down Expand Up @@ -2070,9 +2070,9 @@ A <dfn>source-registration JSON key</dfn> is one of the following:
<li>"<dfn><code>max_event_level_reports</code></dfn>"
<li>"<dfn><code>priority</code></dfn>"
<li>"<dfn><code>source_event_id</code></dfn>"
<li>"<dfn><code>start_time</code></dfn>"
<li>"<dfn><code>summary_buckets</code></dfn>"
<li>"<dfn><code>summary_window_operator</code></dfn>"
<li>"<dfn><code>start_time</code></dfn>"
<li>"<dfn><code>trigger_data</code></dfn>"
<li>"<dfn><code>trigger_data_matching</code></dfn>"
<li>"<dfn><code>trigger_specs</code></dfn>"
Expand Down

0 comments on commit 55f5584

Please sign in to comment.