Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
linnan-github committed May 6, 2024
1 parent 460756f commit 77a993e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ spec: attribution-reporting; urlPrefix: https://wicg.github.io/attribution-repor
text: event-source; url: eligibility-event-source
text: navigation-source; url: eligibility-navigation-source
text: unset; url: eligibility-unset
for: request
text: trigger verification metadata; url: request-trigger-verification-metadata
spec: turtledove; urlPrefix: https://wicg.github.io/turtledove/
type: dfn
text: construct a pending fenced frame config; url: construct-a-pending-fenced-frame-config
Expand Down Expand Up @@ -891,8 +889,9 @@ A <dfn for=fencedframetype>destination event</dfn> is either a

1. Set |processResponse| to these steps given a [=response=] |response|:
1. Let |fenced| be true.
1. Let |triggerVerificationMetadata| be null.
1. Run [=process an attribution eligible response=] with |event|'s
[=destination enum event/attributionReportingContextOrigin=], |attributionReportingEligibility|, |fenced|, |request|'s [=request/trigger verification metadata=], and |response|.
[=destination enum event/attributionReportingContextOrigin=], |attributionReportingEligibility|, |fenced|, |triggerVerificationMetadata|, and |response|.

1. Set |useParallelQueue| to true.

Expand Down

0 comments on commit 77a993e

Please sign in to comment.