Skip to content

Commit

Permalink
deploy: 21d1eee
Browse files Browse the repository at this point in the history
  • Loading branch information
linnan-github committed Sep 11, 2024
1 parent b1431b2 commit ff5e757
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1425,10 +1425,10 @@ <h2 class="heading settled" data-level="6" id="structures"><span class="secno">6
<h3 class="heading settled dfn-paneled" data-dfn-type="dfn" data-level="6.1" data-lt="Registration info" data-noexport id="registration-info"><span class="secno">6.1. </span><span class="content">Registration info</span><a class="self-link" href="#registration-info" id="ref-for-registration-info"></a></h3>
<p>A registration info is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct">struct</a> with the following items:</p>
<dl>
<dt data-md><dfn class="dfn-paneled" data-dfn-for="registration info" data-dfn-type="dfn" data-noexport id="registration-info-preferred-platform">preferred platform</dfn>
<dt data-md><dfn class="dfn-paneled" data-dfn-for="registration info" data-dfn-type="dfn" data-noexport id="registration-info-preferred-platform">preferred platform</dfn> (default null)
<dd data-md>
<p>Null or a <a data-link-type="dfn" href="#registrar" id="ref-for-registrar②">registrar</a>.</p>
<dt data-md><dfn class="dfn-paneled" data-dfn-for="registration info" data-dfn-type="dfn" data-noexport id="registration-info-report-header-errors">report header errors</dfn>
<dt data-md><dfn class="dfn-paneled" data-dfn-for="registration info" data-dfn-type="dfn" data-noexport id="registration-info-report-header-errors">report header errors</dfn> (default false)
<dd data-md>
<p>A <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#boolean" id="ref-for-boolean">boolean</a>.</p>
</dl>
Expand Down Expand Up @@ -2670,7 +2670,7 @@ <h3 class="heading settled" data-level="10.8" id="getting-registration-info"><sp
<p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="get-registration-info-from-a-header-list">get registration info from a header list</dfn> given a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-list" id="ref-for-concept-header-list">header list</a> <var>headers</var>:</p>
<ol>
<li data-md>
<p>If <var>headers</var> does not <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-list-contains" id="ref-for-header-list-contains">contain</a> "<code>Attribution-Reporting-Info</code>", return null.</p>
<p>If <var>headers</var> does not <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-list-contains" id="ref-for-header-list-contains">contain</a> "<code>Attribution-Reporting-Info</code>", return a new <a data-link-type="dfn" href="#registration-info" id="ref-for-registration-info④">registration info</a>.</p>
<li data-md>
<p>Let <var>map</var> be the result of <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-list-get-structured-header" id="ref-for-concept-header-list-get-structured-header">getting</a> "<code>Attribution-Reporting-Info</code>" from <var>headers</var> with a type of "<code>dictionary</code>".</p>
<li data-md>
Expand Down Expand Up @@ -2700,7 +2700,7 @@ <h3 class="heading settled" data-level="10.8" id="getting-registration-info"><sp
<p>Set <var>reportHeaderErrors</var> to <var>reportHeaderErrorsValue</var>.</p>
</ol>
<li data-md>
<p>Let <var>registrationInfo</var> be a new <a data-link-type="dfn" href="#registration-info" id="ref-for-registration-info">registration info</a> struct whose items are:</p>
<p>Let <var>registrationInfo</var> be a new <a data-link-type="dfn" href="#registration-info" id="ref-for-registration-info">registration info</a> struct whose items are:</p>
<dl>
<dt data-md><a data-link-type="dfn" href="#registration-info-preferred-platform" id="ref-for-registration-info-preferred-platform">preferred platform</a>
<dd data-md>
Expand Down Expand Up @@ -3010,7 +3010,7 @@ <h3 class="heading settled" data-level="10.16" id="making-a-background-attributi
</ol>
</dl>
</ol>
<p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="process-an-attribution-source-response">process an attribution source response</dfn> given a <a data-link-type="dfn" href="#suitable-origin" id="ref-for-suitable-origin①⓪">suitable origin</a> <var>contextOrigin</var>, a <a data-link-type="dfn" href="#suitable-origin" id="ref-for-suitable-origin①①">suitable origin</a> <var>reportingOrigin</var>, a <a data-link-type="dfn" href="#source-type" id="ref-for-source-type②">source type</a> <var>sourceType</var>, a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-value" id="ref-for-header-value②">header value</a> or null <var>webSourceHeader</var>, a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-value" id="ref-for-header-value③">header value</a> or null <var>osSourceHeader</var>, a <a data-link-type="dfn" href="#registration-info" id="ref-for-registration-info①">registration info</a> <var>registrationInfo</var>, and a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#boolean" id="ref-for-boolean①③">boolean</a> <var>fenced</var>:</p>
<p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="process-an-attribution-source-response">process an attribution source response</dfn> given a <a data-link-type="dfn" href="#suitable-origin" id="ref-for-suitable-origin①⓪">suitable origin</a> <var>contextOrigin</var>, a <a data-link-type="dfn" href="#suitable-origin" id="ref-for-suitable-origin①①">suitable origin</a> <var>reportingOrigin</var>, a <a data-link-type="dfn" href="#source-type" id="ref-for-source-type②">source type</a> <var>sourceType</var>, a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-value" id="ref-for-header-value②">header value</a> or null <var>webSourceHeader</var>, a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-value" id="ref-for-header-value③">header value</a> or null <var>osSourceHeader</var>, a <a data-link-type="dfn" href="#registration-info" id="ref-for-registration-info②">registration info</a> <var>registrationInfo</var>, and a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#boolean" id="ref-for-boolean①③">boolean</a> <var>fenced</var>:</p>
<ol>
<li data-md>
<p>Let <var>platform</var> be the result of <a data-link-type="dfn" href="#get-the-registration-platform" id="ref-for-get-the-registration-platform">get the registration platform</a> with <var>webSourceHeader</var>, <var>osSourceHeader</var>, and <var>registrationInfo</var>’s <a data-link-type="dfn" href="#registration-info-preferred-platform" id="ref-for-registration-info-preferred-platform①">preferred platform</a>.</p>
Expand Down Expand Up @@ -3059,7 +3059,7 @@ <h3 class="heading settled" data-level="10.16" id="making-a-background-attributi
</dl>
</ol>
<p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="process-an-attribution-trigger-response">process an attribution trigger response</dfn> given a <a data-link-type="dfn" href="#suitable-origin" id="ref-for-suitable-origin①②">suitable origin</a> <var>contextOrigin</var>, a <a data-link-type="dfn" href="#suitable-origin" id="ref-for-suitable-origin①③">suitable origin</a> <var>reportingOrigin</var>, a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response" id="ref-for-concept-response③">response</a> <var>response</var>,
a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-value" id="ref-for-header-value④">header value</a> or null <var>webTriggerHeader</var>, a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-value" id="ref-for-header-value⑤">header value</a> or null <var>osTriggerHeader</var>, a <a data-link-type="dfn" href="#registration-info" id="ref-for-registration-info">registration info</a> <var>registrationInfo</var>, and a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#boolean" id="ref-for-boolean①④">boolean</a> <var>fenced</var>:</p>
a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-value" id="ref-for-header-value④">header value</a> or null <var>webTriggerHeader</var>, a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#header-value" id="ref-for-header-value⑤">header value</a> or null <var>osTriggerHeader</var>, a <a data-link-type="dfn" href="#registration-info" id="ref-for-registration-info">registration info</a> <var>registrationInfo</var>, and a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#boolean" id="ref-for-boolean①④">boolean</a> <var>fenced</var>:</p>
<ol>
<li data-md>
<p>Let <var>platform</var> be the result of <a data-link-type="dfn" href="#get-the-registration-platform" id="ref-for-get-the-registration-platform①">get the registration platform</a> with <var>webTriggerHeader</var>, <var>osTriggerHeader</var>, and <var>registrationInfo</var>’s <a data-link-type="dfn" href="#registration-info-preferred-platform" id="ref-for-registration-info-preferred-platform②">preferred platform</a>.</p>
Expand Down Expand Up @@ -9677,7 +9677,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
"registrar": {"dfnID":"registrar","dfnText":"registrar","external":false,"refSections":[{"refs":[{"id":"ref-for-registrar"},{"id":"ref-for-registrar\u2460"}],"title":"3. Network monkeypatches"},{"refs":[{"id":"ref-for-registrar\u2461"}],"title":"6.1. Registration info"},{"refs":[{"id":"ref-for-registrar\u2462"}],"title":"10.8. Getting registration info"},{"refs":[{"id":"ref-for-registrar\u2463"}],"title":"10.16. Making a background attributionsrc request"}],"url":"#registrar"},
"registrar-os": {"dfnID":"registrar-os","dfnText":"os","external":false,"refSections":[{"refs":[{"id":"ref-for-registrar-os"},{"id":"ref-for-registrar-os\u2460"},{"id":"ref-for-registrar-os\u2461"},{"id":"ref-for-registrar-os\u2462"},{"id":"ref-for-registrar-os\u2463"},{"id":"ref-for-registrar-os\u2464"}],"title":"10.16. Making a background attributionsrc request"},{"refs":[{"id":"ref-for-registrar-os\u2465"}],"title":"14.2. Registrars"}],"url":"#registrar-os"},
"registrar-web": {"dfnID":"registrar-web","dfnText":"web","external":false,"refSections":[{"refs":[{"id":"ref-for-registrar-web"},{"id":"ref-for-registrar-web\u2460"},{"id":"ref-for-registrar-web\u2461"},{"id":"ref-for-registrar-web\u2462"},{"id":"ref-for-registrar-web\u2463"},{"id":"ref-for-registrar-web\u2464"}],"title":"10.16. Making a background attributionsrc request"},{"refs":[{"id":"ref-for-registrar-web\u2465"}],"title":"14.2. Registrars"}],"url":"#registrar-web"},
"registration-info": {"dfnID":"registration-info","dfnText":"6.1. Registration info","external":false,"refSections":[{"refs":[{"id":"ref-for-registration-info"}],"title":"6.1. Registration info"},{"refs":[{"id":"ref-for-registration-info"}],"title":"10.8. Getting registration info"},{"refs":[{"id":"ref-for-registration-info\u2460"},{"id":"ref-for-registration-info\u2461"}],"title":"10.16. Making a background attributionsrc request"}],"url":"#registration-info"},
"registration-info": {"dfnID":"registration-info","dfnText":"6.1. Registration info","external":false,"refSections":[{"refs":[{"id":"ref-for-registration-info"}],"title":"6.1. Registration info"},{"refs":[{"id":"ref-for-registration-info"},{"id":"ref-for-registration-info\u2460"}],"title":"10.8. Getting registration info"},{"refs":[{"id":"ref-for-registration-info\u2461"},{"id":"ref-for-registration-info\u2462"}],"title":"10.16. Making a background attributionsrc request"}],"url":"#registration-info"},
"registration-info-preferred-platform": {"dfnID":"registration-info-preferred-platform","dfnText":"preferred platform","external":false,"refSections":[{"refs":[{"id":"ref-for-registration-info-preferred-platform"}],"title":"10.8. Getting registration info"},{"refs":[{"id":"ref-for-registration-info-preferred-platform\u2460"},{"id":"ref-for-registration-info-preferred-platform\u2461"}],"title":"10.16. Making a background attributionsrc request"}],"url":"#registration-info-preferred-platform"},
"registration-info-report-header-errors": {"dfnID":"registration-info-report-header-errors","dfnText":"report header errors","external":false,"refSections":[{"refs":[{"id":"ref-for-registration-info-report-header-errors"}],"title":"10.8. Getting registration info"},{"refs":[{"id":"ref-for-registration-info-report-header-errors\u2460"},{"id":"ref-for-registration-info-report-header-errors\u2461"}],"title":"10.16. Making a background attributionsrc request"}],"url":"#registration-info-report-header-errors"},
"remove-associated-event-level-reports-and-rate-limit-records": {"dfnID":"remove-associated-event-level-reports-and-rate-limit-records","dfnText":"remove associated event-level reports and rate-limit records","external":false,"refSections":[{"refs":[{"id":"ref-for-remove-associated-event-level-reports-and-rate-limit-records"},{"id":"ref-for-remove-associated-event-level-reports-and-rate-limit-records\u2460"}],"title":"11.4. Processing an attribution source"}],"url":"#remove-associated-event-level-reports-and-rate-limit-records"},
Expand Down

0 comments on commit ff5e757

Please sign in to comment.