Skip to content

Commit 2914eac

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.2.
1 parent ae98465 commit 2914eac

File tree

6 files changed

+205
-75
lines changed

6 files changed

+205
-75
lines changed

ed/algorithms/private-aggregation-api.json

Lines changed: 54 additions & 22 deletions
Large diffs are not rendered by default.

ed/algorithms/urlpattern.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3011,10 +3011,10 @@
30113011
"rationale": "let",
30123012
"steps": [
30133013
{
3014-
"html": "<p>Let <var>baseHost</var> be the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-host-serializer\" id=\"ref-for-concept-host-serializer②\">serialization</a> of <var>baseURL</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-host\" id=\"ref-for-concept-url-host②\">host</a>.</p>"
3014+
"html": "<p>Let <var>baseHost</var> be the empty string.</p>"
30153015
},
30163016
{
3017-
"html": "<p>If <var>baseHost</var> is null, then set <var>baseHost</var> to the empty string.</p>"
3017+
"html": "<p>If <var>baseURL</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-host\" id=\"ref-for-concept-url-host②\">host</a> is not null, then set <var>baseHost</var> to its <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-host-serializer\" id=\"ref-for-concept-host-serializer②\">serialization</a>.</p>"
30183018
},
30193019
{
30203020
"html": "<p>Set <var>result</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://urlpattern.spec.whatwg.org/#dom-urlpatterninit-hostname\" id=\"ref-for-dom-urlpatterninit-hostname①②\">hostname</a></code>\"] to the result of <a data-link-type=\"dfn\" href=\"https://urlpattern.spec.whatwg.org/#process-a-base-url-string\" id=\"ref-for-process-a-base-url-string③\">processing a base URL string</a> given <var>baseHost</var> and <var>type</var>.</p>"

ed/dfns/private-aggregation-api.json

Lines changed: 83 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,27 @@
765765
},
766766
"definedIn": "dt"
767767
},
768+
{
769+
"id": "aggregatable-report-max-contributions",
770+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#aggregatable-report-max-contributions",
771+
"linkingText": [
772+
"max contributions"
773+
],
774+
"localLinkingText": [],
775+
"type": "dfn",
776+
"for": [
777+
"aggregatable report"
778+
],
779+
"access": "private",
780+
"informative": false,
781+
"heading": {
782+
"id": "aggregatable-report",
783+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#aggregatable-report",
784+
"title": "Aggregatable report",
785+
"number": "4.6"
786+
},
787+
"definedIn": "dt"
788+
},
768789
{
769790
"id": "aggregatable-report-queued",
770791
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#aggregatable-report-queued",
@@ -885,6 +906,27 @@
885906
},
886907
"definedIn": "dt"
887908
},
909+
{
910+
"id": "pre-specified-report-parameters-max-contributions",
911+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#pre-specified-report-parameters-max-contributions",
912+
"linkingText": [
913+
"max contributions"
914+
],
915+
"localLinkingText": [],
916+
"type": "dfn",
917+
"for": [
918+
"pre-specified report parameters"
919+
],
920+
"access": "private",
921+
"informative": false,
922+
"heading": {
923+
"id": "pre-specified-report-parameters-structure",
924+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#pre-specified-report-parameters-structure",
925+
"title": "Pre-specified report parameters",
926+
"number": "4.9"
927+
},
928+
"definedIn": "dt"
929+
},
888930
{
889931
"id": "aggregatable-report-cache",
890932
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#aggregatable-report-cache",
@@ -1057,10 +1099,29 @@
10571099
"definedIn": "prose"
10581100
},
10591101
{
1060-
"id": "maximum-report-contributions",
1061-
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#maximum-report-contributions",
1102+
"id": "maximum-maxcontributions",
1103+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#maximum-maxcontributions",
1104+
"linkingText": [
1105+
"Maximum maxContributions"
1106+
],
1107+
"localLinkingText": [],
1108+
"type": "dfn",
1109+
"for": [],
1110+
"access": "private",
1111+
"informative": false,
1112+
"heading": {
1113+
"id": "implementation-defined-values",
1114+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#implementation-defined-values",
1115+
"title": "Implementation-defined values",
1116+
"number": "7"
1117+
},
1118+
"definedIn": "prose"
1119+
},
1120+
{
1121+
"id": "default-maxcontributions-by-api",
1122+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#default-maxcontributions-by-api",
10621123
"linkingText": [
1063-
"Maximum report contributions"
1124+
"Default maxContributions by API"
10641125
],
10651126
"localLinkingText": [],
10661127
"type": "dfn",
@@ -1417,6 +1478,25 @@
14171478
},
14181479
"definedIn": "prose"
14191480
},
1481+
{
1482+
"id": "determine-the-max-contributions",
1483+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#determine-the-max-contributions",
1484+
"linkingText": [
1485+
"determine the max contributions"
1486+
],
1487+
"localLinkingText": [],
1488+
"type": "dfn",
1489+
"for": [],
1490+
"access": "private",
1491+
"informative": false,
1492+
"heading": {
1493+
"id": "scheduling-reports",
1494+
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#scheduling-reports",
1495+
"title": "Scheduling reports",
1496+
"number": "9.2"
1497+
},
1498+
"definedIn": "prose"
1499+
},
14201500
{
14211501
"id": "attempt-to-queue-reports-for-sending",
14221502
"href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#attempt-to-queue-reports-for-sending",

0 commit comments

Comments
 (0)