Skip to content

Commit

Permalink
Udpate spec for processing attribution eligible response (#150)
Browse files Browse the repository at this point in the history
SHA: 916f93c
Reason: push, by domfarolino

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
linnan-github and github-actions[bot] committed Sep 5, 2024
1 parent e948ef3 commit ef0e87c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://wicg.github.io/fenced-frame/" rel="canonical">
<meta content="ecf159c3c16769e61212705e8e019b63da0342fd" name="document-revision">
<meta content="916f93cd80878e6663824d1858afb8acd7241009" name="document-revision">
<style>
/* Put nice boxes around each algorithm. */
[data-algorithm]:not(.heading) {
Expand Down Expand Up @@ -1541,7 +1541,9 @@ <h4 class="heading settled" data-level="2.3.3" id="fenced-frame-config-struct"><
<p>Set <var>processResponse</var> to these steps given a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response" id="ref-for-concept-response">response</a> <var>response</var>:</p>
<ol>
<li data-md>
<p>Run <a data-link-type="dfn" href="https://wicg.github.io/attribution-reporting-api/#process-an-attribution-eligible-response" id="ref-for-process-an-attribution-eligible-response">process an attribution eligible response</a> with <var>event</var>’s <a data-link-type="dfn" href="#destination-enum-event-attributionreportingcontextorigin" id="ref-for-destination-enum-event-attributionreportingcontextorigin①">attributionReportingContextOrigin</a>, <var>attributionReportingEligibility</var>, and <var>response</var>.</p>
<p>Let <var>fenced</var> be true.</p>
<li data-md>
<p>Run <a data-link-type="dfn" href="https://wicg.github.io/attribution-reporting-api/#process-an-attribution-eligible-response" id="ref-for-process-an-attribution-eligible-response">process an attribution eligible response</a> with <var>event</var>’s <a data-link-type="dfn" href="#destination-enum-event-attributionreportingcontextorigin" id="ref-for-destination-enum-event-attributionreportingcontextorigin①">attributionReportingContextOrigin</a>, <var>attributionReportingEligibility</var>, <var>fenced</var>, and <var>response</var>.</p>
</ol>
<li data-md>
<p>Set <var>useParallelQueue</var> to true.</p>
Expand Down

0 comments on commit ef0e87c

Please sign in to comment.