File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -486,10 +486,12 @@ spec: STRUCTURED-FIELDS; urlPrefix: https://www.rfc-editor.org/rfc/rfc8941.html#
486
486
<h4 id="generate-report" export algorithm>Generate report of |type| with
487
487
|data|</h4>
488
488
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:
493
495
494
496
1. Let |settings| be |context|'s [=relevant settings object=] .
495
497
Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ spec: origin-policy; urlPrefix: https://wicg.github.io/origin-policy/
555
555
556
556
When a user agent is to <dfn export>generate a network report</dfn> , given a
557
557
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
559
559
following steps:
560
560
561
561
1. If |document| is given, then
You can’t perform that action at this time.
0 commit comments