Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.3.2.
  • Loading branch information
reffy-bot committed Feb 20, 2025
1 parent 3c055ef commit c4e5fdd
Show file tree
Hide file tree
Showing 30 changed files with 930 additions and 605 deletions.
14 changes: 7 additions & 7 deletions ed/algorithms/css-grid-1.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ed/algorithms/css-grid-2.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions ed/algorithms/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -25610,6 +25610,9 @@
},
{
"html": "<p>If <var>navigationType</var> is \"<code id=\"navigate-event-firing:dom-navigationtype-push-2\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationtype-push\">push</a></code>\" or\n \"<code id=\"navigate-event-firing:dom-navigationtype-replace\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationtype-replace\">replace</a></code>\", then run the <a id=\"navigate-event-firing:url-and-history-update-steps-2\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#url-and-history-update-steps\">URL and history\n update steps</a> given <var>document</var> and <var>event</var>'s <code id=\"navigate-event-firing:dom-navigateevent-destination-3\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigateevent-destination\">destination</a></code>'s <a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationdestination-url\" id=\"navigate-event-firing:dom-navigationdestination-url\">URL</a>, with <i id=\"navigate-event-firing:uhus-serializeddata\"><a href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#uhus-serializeddata\">serializedData</a></i> set to <var>event</var>'s <a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-navigateevent-classic-history-api-state\" id=\"navigate-event-firing:concept-navigateevent-classic-history-api-state-5\">classic history API state</a> and\n <i id=\"navigate-event-firing:uhus-historyhandling\"><a href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#uhus-historyhandling\">historyHandling</a></i> set to <var>navigationType</var>.</p>"
},
{
"html": "<p>Otherwise, if <var>navigationType</var> is \"<code id=\"navigate-event-firing:dom-navigationtype-reload\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationtype-reload\">reload</a></code>\", then\n <a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#update-the-navigation-api-entries-for-a-same-document-navigation\" id=\"navigate-event-firing:update-the-navigation-api-entries-for-a-same-document-navigation\">update the navigation API entries for a same-document navigation</a> given\n <var>navigation</var>, <var>navigable</var>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-active-history-entry\" id=\"navigate-event-firing:nav-active-history-entry\">active session history entry</a>, and \"<code id=\"navigate-event-firing:dom-navigationtype-reload-2\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationtype-reload\">reload</a></code>\".</p>"
}
]
},
Expand Down
58 changes: 47 additions & 11 deletions ed/algorithms/ppa.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,27 @@
"rationale": "collect",
"steps": [
{
"html": "<p>Collect the implicit API inputs:</p>",
"ignored": [
"The current timestamp The impression site domain The iframe site domain"
"html": "Collect the implicit API inputs from the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#relevant-settings-object\" id=\"ref-for-relevant-settings-object③\">relevant settings object</a>:",
"rationale": "/^otherwise(\\,| )/i",
"steps": [
{
"html": "<p>The timestamp is set to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-current-high-resolution-time\" id=\"ref-for-dfn-current-high-resolution-time\">current high resolution time</a>.</p>"
},
{
"html": "<p>The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#impression-site\" id=\"ref-for-impression-site①\">impression site</a> is set to the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#obtain-a-site\" id=\"ref-for-obtain-a-site\">obtaining a site</a> from the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#concept-environment-top-level-origin\" id=\"ref-for-concept-environment-top-level-origin②\">top-level origin</a>.</p>"
},
{
"html": "The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#intermediary-site\" id=\"ref-for-intermediary-site\">intermediary site</a> is set to",
"rationale": "/^otherwise(\\,| )/i",
"steps": [
{
"html": "<p>a value of <code>undefined</code> if the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#concept-origin\" id=\"ref-for-concept-origin③\">origin</a> is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#same-site\" id=\"ref-for-same-site②\">same site</a> with the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#concept-environment-top-level-origin\" id=\"ref-for-concept-environment-top-level-origin③\">top-level origin</a>,</p>"
},
{
"html": "<p>otherwise, the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#obtain-a-site\" id=\"ref-for-obtain-a-site①\">obtaining a site</a> from the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#concept-origin\" id=\"ref-for-concept-origin④\">origin</a>.</p>"
}
]
}
]
},
{
Expand All @@ -32,17 +50,35 @@
]
},
{
"html": "The arguments to <a class=\"idl-code\" data-link-type=\"method\" href=\"https://w3c.github.io/ppa/#dom-privateattribution-measureconversion\" id=\"ref-for-dom-privateattribution-measureconversion\">measureConversion()</a> are as follows:",
"html": "The arguments to <a class=\"idl-code\" data-link-type=\"method\" href=\"https://w3c.github.io/ppa/#dom-privateattribution-measureconversion\" id=\"ref-for-dom-privateattribution-measureconversion①⓪\">measureConversion()</a> are as follows:",
"rationale": "collect",
"steps": [
{
"html": "<p>Collect the implicit API inputs</p>",
"ignored": [
"The current timestamp The conversion site domain The iframe site domain"
"html": "Collect the implicit API inputs from the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#relevant-settings-object\" id=\"ref-for-relevant-settings-object④\">relevant settings object</a>:",
"rationale": "/^otherwise(\\,| )/i",
"steps": [
{
"html": "<p>The timestamp is set to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-current-high-resolution-time\" id=\"ref-for-dfn-current-high-resolution-time①\">current high resolution time</a>.</p>"
},
{
"html": "<p>The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#conversion-site\" id=\"ref-for-conversion-site①\">conversion site</a> is set to the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#obtain-a-site\" id=\"ref-for-obtain-a-site②\">obtaining a site</a> from the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#concept-environment-top-level-origin\" id=\"ref-for-concept-environment-top-level-origin④\">top-level origin</a>.</p>"
},
{
"html": "The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#intermediary-site\" id=\"ref-for-intermediary-site②\">intermediary site</a> is set to",
"rationale": "/^otherwise(\\,| )/i",
"steps": [
{
"html": "<p>a value of <code>undefined</code> if the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#concept-origin\" id=\"ref-for-concept-origin⑤\">origin</a> is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#same-site\" id=\"ref-for-same-site③\">same site</a> with the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#concept-environment-top-level-origin\" id=\"ref-for-concept-environment-top-level-origin⑤\">top-level origin</a>,</p>"
},
{
"html": "<p>otherwise, the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#obtain-a-site\" id=\"ref-for-obtain-a-site③\">obtaining a site</a> from the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#concept-origin\" id=\"ref-for-concept-origin⑥\">origin</a>.</p>"
}
]
}
]
},
{
"html": "Validate the page-supplied API inputs",
"html": "Validate the page-supplied API inputs:",
"rationale": "if",
"steps": [
{
Expand All @@ -68,13 +104,13 @@
"rationale": "initialize",
"steps": [
{
"html": "<p>Initialize <var>matchedImpressions</var> to the empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set\">set</a>.</p>"
"html": "<p>Initialize <var>matchedImpressions</var> to the empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#sets\" id=\"ref-for-sets③\">set</a>.</p>"
},
{
"html": "<p>Let <var>now</var> be the current time.</p>"
},
{
"html": "For each <var>epoch</var> starting from the oldest epoch supported by the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#user-agent\" id=\"ref-for-user-agent⑧\">user agent</a> to the current <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#privacy-budget-epoch\" id=\"ref-for-privacy-budget-epoch\">privacy budget epoch</a>:",
"html": "For each <var>epoch</var> starting from the oldest <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#privacy-budget-epoch\" id=\"ref-for-privacy-budget-epoch\">epoch</a> supported by the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#user-agent\" id=\"ref-for-user-agent⑧\">user agent</a> to the current <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#privacy-budget-epoch\" id=\"ref-for-privacy-budget-epoch\">privacy budget epoch</a>:",
"rationale": "let",
"steps": [
{
Expand Down Expand Up @@ -117,7 +153,7 @@
{
"name": "fill a histogram with last-touch attribution",
"href": "https://w3c.github.io/ppa/#fill-a-histogram-with-last-touch-attribution",
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"fill-a-histogram-with-last-touch-attribution\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">fill a histogram with last-touch attribution</dfn>, given a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set①\">set</a> of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#impression\" id=\"ref-for-impression②\">impressions</a> <var>matchedImpressions</var>, a <var>histogramSize</var>, and a <var>value</var>:",
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"fill-a-histogram-with-last-touch-attribution\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">fill a histogram with last-touch attribution</dfn>, given a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#sets\" id=\"ref-for-sets④\">set</a> of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#impression\" id=\"ref-for-impression②\">impressions</a> <var>matchedImpressions</var>, a <var>histogramSize</var>, and a <var>value</var>:",
"rationale": "assert",
"steps": [
{
Expand Down
Loading

0 comments on commit c4e5fdd

Please sign in to comment.