Skip to content

Commit 6ee3d02

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.2.
1 parent 3fdb31e commit 6ee3d02

File tree

12 files changed

+272
-288
lines changed

12 files changed

+272
-288
lines changed

ed/algorithms/WebCryptoAPI.json

Lines changed: 104 additions & 95 deletions
Large diffs are not rendered by default.

ed/algorithms/shared-storage.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
]
299299
},
300300
{
301-
"html": "<p>If <var>pendingBits</var> is greather than <var>remainingBudget</var>, set <var>shouldUseDefaultIndex</var> to true.</p>"
301+
"html": "<p>If <var>pendingBits</var> is greater than <var>remainingBudget</var>, set <var>shouldUseDefaultIndex</var> to true.</p>"
302302
},
303303
{
304304
"html": "<p>If <var>shouldUseDefaultIndex</var> is true, set <var>resultIndex</var> to the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#default-selecturl-index\" id=\"ref-for-default-selecturl-index②\">default selectURL index</a>.</p>"
@@ -673,7 +673,7 @@
673673
{
674674
"name": "set up the Private Aggregation scopes",
675675
"href": "https://wicg.github.io/shared-storage/#set-up-the-private-aggregation-scopes",
676-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"set-up-the-private-aggregation-scopes\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">set up the Private Aggregation scopes</dfn> given an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\" id=\"ref-for-concept-origin③\">origin</a> <var>workletDataOrigin</var>, a <a data-link-type=\"dfn\" href=\"https://patcg-individual-drafts.github.io/private-aggregation-api/#pre-specified-report-parameters\" id=\"ref-for-pre-specified-report-parameters③\">pre-specified report parameters</a> or null <var>preSpecifiedParams</var> and an <a data-link-type=\"dfn\" href=\"https://patcg-individual-drafts.github.io/private-aggregation-api/#aggregation-coordinator\" id=\"ref-for-aggregation-coordinator②\">aggregation coordinator</a> or null <var>aggregationCoordinator</var>, peform the following steps. They return an\n algorithm.",
676+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"set-up-the-private-aggregation-scopes\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">set up the Private Aggregation scopes</dfn> given an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\" id=\"ref-for-concept-origin③\">origin</a> <var>workletDataOrigin</var>, a <a data-link-type=\"dfn\" href=\"https://patcg-individual-drafts.github.io/private-aggregation-api/#pre-specified-report-parameters\" id=\"ref-for-pre-specified-report-parameters③\">pre-specified report parameters</a> or null <var>preSpecifiedParams</var> and an <a data-link-type=\"dfn\" href=\"https://patcg-individual-drafts.github.io/private-aggregation-api/#aggregation-coordinator\" id=\"ref-for-aggregation-coordinator②\">aggregation coordinator</a> or null <var>aggregationCoordinator</var>, perform the following steps. They return an\n algorithm.",
677677
"rationale": ".algorithm",
678678
"steps": [
679679
{
@@ -1098,7 +1098,7 @@
10981098
{
10991099
"name": "check for script and context origin match",
11001100
"href": "https://wicg.github.io/shared-storage/#check-for-script-and-context-origin-match",
1101-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"check-for-script-and-context-origin-match\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">check for script and context origin match</dfn>, given <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#trusted-origin-type\" id=\"ref-for-trusted-origin-type\">trusted origin type</a> <var>itemScriptOrigin</var>, <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin①④\">origin</a> <var>actualScriptOrigin</var>, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#trusted-origin-type\" id=\"ref-for-trusted-origin-type①\">trusted origin type</a> <var>itemContextOrigin</var>, and <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin①⑧\">origin</a> <var>actualContextOrigin</var>, peform the following steps:",
1101+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"check-for-script-and-context-origin-match\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">check for script and context origin match</dfn>, given <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#trusted-origin-type\" id=\"ref-for-trusted-origin-type\">trusted origin type</a> <var>itemScriptOrigin</var>, <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin①④\">origin</a> <var>actualScriptOrigin</var>, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#trusted-origin-type\" id=\"ref-for-trusted-origin-type①\">trusted origin type</a> <var>itemContextOrigin</var>, and <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin①⑧\">origin</a> <var>actualContextOrigin</var>, perform the following steps:",
11021102
"rationale": ".algorithm",
11031103
"steps": [
11041104
{
@@ -1112,7 +1112,7 @@
11121112
{
11131113
"name": "check for trusted origin match",
11141114
"href": "https://wicg.github.io/shared-storage/#check-for-trusted-origin-match",
1115-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"check-for-trusted-origin-match\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">check for trusted origin match</dfn>, given <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#trusted-origin-type\" id=\"ref-for-trusted-origin-type②\">trusted origin type</a> <var>itemOrigin</var> and <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin①⑤\">origin</a> <var>actualOrigin</var>, peform the following steps:",
1115+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"check-for-trusted-origin-match\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">check for trusted origin match</dfn>, given <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#trusted-origin-type\" id=\"ref-for-trusted-origin-type②\">trusted origin type</a> <var>itemOrigin</var> and <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin①⑤\">origin</a> <var>actualOrigin</var>, perform the following steps:",
11161116
"rationale": ".algorithm",
11171117
"steps": [
11181118
{
@@ -1135,7 +1135,7 @@
11351135
{
11361136
"name": "check for trusted origin match on a string",
11371137
"href": "https://wicg.github.io/shared-storage/#check-for-trusted-origin-match-on-a-string",
1138-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"check-for-trusted-origin-match-on-a-string\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">check for trusted origin match on a string</dfn>, given <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑨\">string</a> <var>itemOrigin</var> and <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin①⑥\">origin</a> <var>actualOrigin</var>, peform the following steps:",
1138+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"check-for-trusted-origin-match-on-a-string\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">check for trusted origin match on a string</dfn>, given <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑨\">string</a> <var>itemOrigin</var> and <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin①⑥\">origin</a> <var>actualOrigin</var>, perform the following steps:",
11391139
"rationale": ".algorithm",
11401140
"steps": [
11411141
{
@@ -2725,7 +2725,7 @@
27252725
]
27262726
},
27272727
{
2728-
"html": "<p>Otherwise, let <var>entry</var> be the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#queue-dequeue\" id=\"ref-for-queue-dequeue①\">dequeueing</a> from <var>iterator</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#sharedstorageiterator-pending-entries\" id=\"ref-for-sharedstorageiterator-pending-entries②\">pending entries</a>.</p>"
2728+
"html": "<p>Otherwise, let <var>entry</var> be the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#queue-dequeue\" id=\"ref-for-queue-dequeue①\">dequeuing</a> from <var>iterator</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/shared-storage/#sharedstorageiterator-pending-entries\" id=\"ref-for-sharedstorageiterator-pending-entries②\">pending entries</a>.</p>"
27292729
},
27302730
{
27312731
"html": "<p><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\" id=\"ref-for-queue-a-global-task③④\">Queue a global task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source\" id=\"ref-for-dom-manipulation-task-source③②\">DOM manipulation task source</a>, given <var>realm</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-realm-global\" id=\"ref-for-concept-realm-global③⓪\">global object</a>, to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve②④\">resolve</a> <var>promise</var> with <var>entry</var>.</p>"

0 commit comments

Comments
 (0)