Skip to content

Commit b8418ea

Browse files
authored
Merge pull request #279 from w3c/export_named_parameters
Export named parameters for "generate and queue a report"
2 parents 04df81a + b30b28c commit b8418ea

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

index.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,10 +486,12 @@ spec: STRUCTURED-FIELDS; urlPrefix: https://www.rfc-editor.org/rfc/rfc8941.html#
486486
<h4 id="generate-report" export algorithm>Generate report of |type| with
487487
|data|</h4>
488488

489-
When the user agent is to <dfn export>generate and queue a report</dfn> for a <a>Document</a>
490-
or {{WorkerGlobalScope}} object (|context|), given a string (|type|), another
491-
string (|destination|), and a serializable object (|data|), it must run the
492-
following steps:
489+
When the user agent is to <dfn export>generate and queue a report</dfn> for a {{Document}}
490+
or {{WorkerGlobalScope}} object (<dfn export for="generate and queue a report">|context|</dfn>),
491+
given a string (<dfn export for="generate and queue a report">|type|</dfn>),
492+
a string (<dfn export for="generate and queue a report">|destination|</dfn>), and
493+
a serializable object (<dfn export for="generate and queue a report">|data|</dfn>),
494+
it must run the following steps:
493495

494496
1. Let |settings| be |context|'s [=relevant settings object=].
495497

network-reporting.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ spec: origin-policy; urlPrefix: https://wicg.github.io/origin-policy/
555555

556556
When a user agent is to <dfn export>generate a network report</dfn>, given a
557557
string (|type|), another string (|endpoint group|), a serializable object
558-
(|data|), and an optional <a>Document</a> (|document|), it must run the
558+
(|data|), and an optional {{Document}} (|document|), it must run the
559559
following steps:
560560

561561
1. If |document| is given, then

0 commit comments

Comments
 (0)