diff --git a/ed/algorithms/private-aggregation-api.json b/ed/algorithms/private-aggregation-api.json index be0541e9f941..f51c52c50bdb 100644 --- a/ed/algorithms/private-aggregation-api.json +++ b/ed/algorithms/private-aggregation-api.json @@ -316,6 +316,29 @@ } ] }, + { + "name": "obtain the Private Aggregation coordinator", + "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator", + "html": "To obtain the Private Aggregation coordinator given a USVString originString, perform the following steps. They return an aggregation coordinator or a DOMException.", + "rationale": ".algorithm", + "steps": [ + { + "html": "

Let url be the result of running the URL parser on originString.

" + }, + { + "html": "

If url is failure or null, return a new DOMException with name\n\"SyntaxError\".

" + }, + { + "html": "

Let origin be url’s origin.

" + }, + { + "html": "

If the result of determining if an origin is an aggregation coordinator given origin is false, return a new DOMException with name\n\"DataError\".

" + }, + { + "html": "

Return origin.

" + } + ] + }, { "name": "set the aggregation coordinator for a batching scope", "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#set-the-aggregation-coordinator-for-a-batching-scope", @@ -323,7 +346,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Assert: origin is an aggregation coordinator.

" + "html": "

Assert: origin is an aggregation coordinator.

" }, { "html": "

Set aggregation coordinator map[batchingScope] to origin.

" @@ -356,7 +379,7 @@ { "name": "report creation and scheduling steps", "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#report-creation-and-scheduling-steps", - "html": "To perform the report creation and scheduling steps with an origin reportingOrigin, a context type api, a list of PAHistogramContributions contributions, a debug details debugDetails, an aggregation coordinator aggregationCoordinator, a pre-specified report parameters preSpecifiedParams and a moment or\nnull timeout:", + "html": "To perform the report creation and scheduling steps with an origin reportingOrigin, a context type api, a list of PAHistogramContributions contributions, a debug details debugDetails, an aggregation coordinator aggregationCoordinator, a pre-specified report parameters preSpecifiedParams and a moment or\nnull timeout:", "rationale": ".algorithm", "steps": [ { @@ -469,7 +492,7 @@ { "name": "obtain an aggregatable report", "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-an-aggregatable-report", - "html": "To obtain an aggregatable report given an origin reportingOrigin, a context type api, a list of PAHistogramContributions contributions, a debug details debugDetails, an aggregation coordinator aggregationCoordinator, a pre-specified report parameters preSpecifiedParams, a [=moment] or null timeout and a moment currentTime,\nperform the following steps. They return an aggregatable report.", + "html": "To obtain an aggregatable report given an origin reportingOrigin, a context type api, a list of PAHistogramContributions contributions, a debug details debugDetails, an aggregation coordinator aggregationCoordinator, a pre-specified report parameters preSpecifiedParams, a [=moment] or null timeout and a moment currentTime,\nperform the following steps. They return an aggregatable report.", "rationale": ".algorithm", "steps": [ { @@ -613,13 +636,13 @@ "html": "

Let path be the concatenation of\n«\".well-known/private-aggregation/report-\", api».

" }, { - "html": "

Let base be the result on running the URL parser on the serialization of reportingOrigin.

" + "html": "

Let base be the result on running the URL parser on the serialization of reportingOrigin.

" }, { "html": "

Assert: base is not failure.

" }, { - "html": "

Let result be the result of running the URL parser on path with base.

" + "html": "

Let result be the result of running the URL parser on path with base.

" }, { "html": "

Assert: result is not failure.

" @@ -728,7 +751,7 @@ { "name": "obtain the public key for encryption", "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-public-key-for-encryption", - "html": "To obtain the public key for encryption given an aggregation\ncoordinator aggregationCoordinator, perform the following steps. They return\na tuple consisting of a public key and a string, or an error.", + "html": "To obtain the public key for encryption given an aggregation\ncoordinator aggregationCoordinator, perform the following steps. They return\na tuple consisting of a public key and a string, or an error.", "rationale": ".algorithm", "steps": [ { @@ -972,10 +995,10 @@ "rationale": "let", "steps": [ { - "html": "

Let aggregationCoordinator be the result of obtaining the Private\nAggregation coordinator given group[\"privateAggregationConfig\"].

" + "html": "

Let aggregationCoordinator be the result of obtaining the coordinator\nfrom a Private Aggregation config given group[\"privateAggregationConfig\"].

" }, { - "html": "

If aggregationCoordinator is a DOMException, then throw aggregationCoordinator.

" + "html": "

If aggregationCoordinator is a DOMException, then throw aggregationCoordinator.

" }, { "html": "

Set interestGroup’s Private\nAggregation coordinator to aggregationCoordinator.

" @@ -1091,10 +1114,10 @@ "rationale": "let", "steps": [ { - "html": "

Let aggregationCoordinator be the result of obtaining the Private\nAggregation coordinator given config[\"privateAggregationConfig\"].

" + "html": "

Let aggregationCoordinator be the result of obtaining the coordinator\nfrom a Private Aggregation config given config[\"privateAggregationConfig\"].

" }, { - "html": "

If aggregationCoordinator is a DOMException, return failure.

" + "html": "

If aggregationCoordinator is a DOMException, return failure.

" }, { "html": "

Set auctionConfig’s seller Private\nAggregation coordinator to aggregationCoordinator.

" @@ -1254,10 +1277,10 @@ "html": "

If value[\"aggregationCoordinatorOrigin\"] is not a string,\njump to the step labeled Abort update.

" }, { - "html": "

Let aggregationCoordinator be the result of obtaining the Private\nAggregation coordinator given value[\"aggregationCoordinatorOrigin\"].

" + "html": "

Let aggregationCoordinator be the result of obtaining the Private\nAggregation coordinator given value[\"aggregationCoordinatorOrigin\"].

" }, { - "html": "

If aggregationCoordinator is a DOMException, jump to the step\nlabeled Abort update.

" + "html": "

If aggregationCoordinator is a DOMException, jump to the step\nlabeled Abort update.

" }, { "html": "

Otherwise, set ig’s Private\nAggregation coordinator to aggregationCoordinator.

" @@ -1441,7 +1464,7 @@ { "name": "get or create a batching scope", "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#get-or-create-a-batching-scope", - "html": "To get or create a batching scope given an origin origin, an aggregation coordinator aggregationCoordinator and an auction config auctionConfig, perform the following\nsteps. They return a batching scope.", + "html": "To get or create a batching scope given an origin origin, an aggregation coordinator aggregationCoordinator and an auction config auctionConfig, perform the following\nsteps. They return a batching scope.", "rationale": ".algorithm", "steps": [ { @@ -1681,39 +1704,16 @@ ] }, { - "name": "obtain the Private Aggregation coordinator", - "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator", - "html": "To obtain the Private Aggregation coordinator given a ProtectedAudiencePrivateAggregationConfig config, perform the following\nsteps. They return an aggregation coordinator, null or a DOMException.", + "name": "obtain the coordinator from a Private Aggregation config", + "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-coordinator-from-a-private-aggregation-config", + "html": "To obtain the coordinator from a Private Aggregation config given a ProtectedAudiencePrivateAggregationConfig config, perform the following\nsteps. They return an aggregation coordinator, null or a DOMException.", "rationale": ".algorithm", "steps": [ { "html": "

If config[\"aggregationCoordinatorOrigin\"]\ndoes not exist, return null.

" }, { - "html": "

Return the result of obtaining the Private Aggregation coordinator given config[\"aggregationCoordinatorOrigin\"].

" - } - ] - }, - { - "name": "obtain the Private Aggregation coordinator from a string", - "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator-from-a-string", - "html": "To obtain the\nPrivate Aggregation coordinator given a USVString originString,\nperform the following steps. They return an aggregation coordinator or a DOMException.", - "rationale": ".algorithm", - "steps": [ - { - "html": "

Let url be the result of running the URL parser on originString.

" - }, - { - "html": "

If url is failure or null, return a new DOMException with name\n\"SyntaxError\".

" - }, - { - "html": "

Let origin be url’s origin.

" - }, - { - "html": "

If the result of determining if an origin is an aggregation coordinator given origin is false, return a new DOMException with name\n\"DataError\".

" - }, - { - "html": "

Return origin.

" + "html": "

Return the result of obtaining the Private Aggregation coordinator given config[\"aggregationCoordinatorOrigin\"].

" } ] }, diff --git a/ed/dfns/WGSL.json b/ed/dfns/WGSL.json index accf4d03130a..d533637d2015 100644 --- a/ed/dfns/WGSL.json +++ b/ed/dfns/WGSL.json @@ -12444,6 +12444,25 @@ }, "definedIn": "prose" }, + { + "id": "finite-range", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#finite-range", + "linkingText": [ + "finite range" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "overview-of-ieee-754", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#overview-of-ieee-754", + "title": "Overview of IEEE-754", + "number": "14.6.1" + }, + "definedIn": "prose" + }, { "id": "ieee754-binary16", "href": "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-binary16", diff --git a/ed/dfns/private-aggregation-api.json b/ed/dfns/private-aggregation-api.json index 0e57a01a60be..98b2890fe54a 100644 --- a/ed/dfns/private-aggregation-api.json +++ b/ed/dfns/private-aggregation-api.json @@ -1284,6 +1284,25 @@ }, "definedIn": "prose" }, + { + "id": "obtain-the-private-aggregation-coordinator", + "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator", + "linkingText": [ + "obtain the Private Aggregation coordinator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "exported-algorithms", + "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#exported-algorithms", + "title": "Exported algorithms", + "number": "9.1" + }, + "definedIn": "prose" + }, { "id": "set-the-aggregation-coordinator-for-a-batching-scope", "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#set-the-aggregation-coordinator-for-a-batching-scope", @@ -2913,29 +2932,10 @@ "definedIn": "prose" }, { - "id": "obtain-the-private-aggregation-coordinator", - "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator", - "linkingText": [ - "obtain the Private Aggregation coordinator" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "protected-audience-api-specific-new-algorithms", - "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#protected-audience-api-specific-new-algorithms", - "title": "New algorithms", - "number": "11.5" - }, - "definedIn": "prose" - }, - { - "id": "obtain-the-private-aggregation-coordinator-from-a-string", - "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator-from-a-string", + "id": "obtain-the-coordinator-from-a-private-aggregation-config", + "href": "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-coordinator-from-a-private-aggregation-config", "linkingText": [ - "obtain the Private Aggregation coordinator from a string" + "obtain the coordinator from a Private Aggregation config" ], "localLinkingText": [], "type": "dfn", diff --git a/ed/ids/WGSL.json b/ed/ids/WGSL.json index e2f4826ed398..89ec5710e9bd 100644 --- a/ed/ids/WGSL.json +++ b/ed/ids/WGSL.json @@ -4946,18 +4946,23 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-trailing-significand-field", "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-exponent-bias", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-exponent-field", + "https://gpuweb.github.io/gpuweb/wgsl/#finite-range", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-interval", "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-binary16", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-exponent-field%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-trailing-significand-field", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-exponent-bias", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range", "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-binary32", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-exponent-field%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-trailing-significand-field%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-exponent-bias%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-binary64", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-exponent-field%E2%91%A2", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-trailing-significand-field%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-exponent-bias%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-extended-real%E2%91%A0%E2%93%AA", "https://gpuweb.github.io/gpuweb/wgsl/#floating-point-interpretation-of-bits", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-exponent-bias%E2%91%A2", @@ -4987,6 +4992,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#rounding", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-extended-real%E2%91%A0%E2%91%A2", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-overflow", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A2", "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-rounding-mode", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-nan%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-nan%E2%91%A2", @@ -4997,6 +5003,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-division-by-zero", "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-overflow", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-intermediate-result", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A3", "https://gpuweb.github.io/gpuweb/wgsl/#ieee754-underflow", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-intermediate-result%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-subnormal%E2%91%A1", @@ -5038,6 +5045,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-f16%E2%91%A0%E2%91%A6", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-intermediate-result%E2%91%A7", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-intermediate-result%E2%91%A8", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-const-expressions%E2%91%A5%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%93%AA", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-override-expressions%E2%91%A2%E2%91%A5", @@ -5049,6 +5057,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-rounding%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-rounding-mode%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ulp", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A5", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-correctly-rounded", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ulp", "https://gpuweb.github.io/gpuweb/wgsl/#inherited-from", @@ -5056,6 +5065,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-overflow%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-reassociation", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-flush-to-zero", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A6", "https://gpuweb.github.io/gpuweb/wgsl/#concrete-float-accuracy", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-subnormal%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-subnormal%E2%91%A5", @@ -5104,6 +5114,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#numeric-scalar-conversion-to-floating-point", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-numeric-scalar%E2%91%A6", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-integer-scalar%E2%91%A0%E2%91%A6", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A7", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-const-expressions%E2%91%A5%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-pipeline-creation-error%E2%91%A2%E2%93%AA", @@ -5711,6 +5722,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#quantizeToF16-builtin", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-binary16%E2%91%A3", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-binary32%E2%91%A3", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-const-expressions%E2%91%A5%E2%91%A7", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A5", @@ -6237,6 +6249,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#pack2x16unorm-builtin", "https://gpuweb.github.io/gpuweb/wgsl/#pack2x16float-builtin", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-ieee754-binary16%E2%91%A4", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-finite-range%E2%91%A0%E2%93%AA", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-const-expressions%E2%91%A6%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A7", diff --git a/ed/ids/private-aggregation-api.json b/ed/ids/private-aggregation-api.json index 240bbf64ca80..715b18fc9658 100644 --- a/ed/ids/private-aggregation-api.json +++ b/ed/ids/private-aggregation-api.json @@ -397,11 +397,21 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-origin%E2%91%A4", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-boolean%E2%91%A3", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A3", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-USVString", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A4", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A3", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url-parser", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A4", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#issue-5cfca5be", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url-origin", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-determine-if-an-origin-is-an-aggregation-coordinator", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A5", "https://patcg-individual-drafts.github.io/private-aggregation-api/#set-the-aggregation-coordinator-for-a-batching-scope", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-origin%E2%91%A5", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-batching-scope%E2%91%A5", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-assert%E2%91%A4", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A4", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A5", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-map-set%E2%91%A1", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator-map%E2%91%A2", "https://patcg-individual-drafts.github.io/private-aggregation-api/#issue-216f1bbd", @@ -424,7 +434,7 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-list%E2%91%A5", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dictdef-pahistogramcontribution%E2%91%A5", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-debug-details%E2%91%A0%E2%91%A1", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A5", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A6", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-pre-specified-report-parameters%E2%91%A3", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dfn-moment%E2%91%A2", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-assert%E2%91%A7", @@ -471,7 +481,7 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-list%E2%91%A8", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dictdef-pahistogramcontribution%E2%91%A6", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-debug-details%E2%91%A0%E2%91%A2", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A6", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A7", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-pre-specified-report-parameters%E2%91%A4", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dfn-moment%E2%91%A4", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregatable-report%E2%91%A4", @@ -557,10 +567,10 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-potentially-trustworthy-origin%E2%91%A2", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-string-concatenate", "https://patcg-individual-drafts.github.io/private-aggregation-api/#issue-6bd15926", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url-parser", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url-parser%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-ascii-serialisation-of-an-origin", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-assert%E2%91%A0%E2%91%A1", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url-parser%E2%91%A0", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url-parser%E2%91%A1", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-assert%E2%91%A0%E2%91%A2", "https://patcg-individual-drafts.github.io/private-aggregation-api/#create-a-report-request", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url%E2%91%A0", @@ -613,7 +623,7 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-forgiving-base64-encode%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-list-append%E2%91%A3", "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-public-key-for-encryption", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A7", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A8", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-tuple", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-string%E2%91%A4", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url%E2%91%A1", @@ -833,7 +843,7 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dictdef-auctionadconfig%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dictdef-auctionadinterestgroup", "https://patcg-individual-drafts.github.io/private-aggregation-api/#dictdef-protectedaudienceprivateaggregationconfig", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-USVString", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-USVString%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#dom-protectedaudienceprivateaggregationconfig-aggregationcoordinatororigin", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dictdef-auctionadconfig%E2%91%A1", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dictdef-protectedaudienceprivateaggregationconfig", @@ -853,13 +863,13 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-ordered-map%E2%91%A0%E2%91%A1", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-tuple%E2%91%A1", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-origin%E2%91%A0%E2%91%A0", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A8", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%93%AA", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-batching-scope%E2%91%A8", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-batching-scope%E2%91%A0%E2%93%AA", "https://patcg-individual-drafts.github.io/private-aggregation-api/#auction-config-permissions-policy-state", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-permissions-policy-state", "https://patcg-individual-drafts.github.io/private-aggregation-api/#auction-config-seller-private-aggregation-coordinator", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%93%AA", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-default-aggregation-coordinator%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#auction-config-auction-report-buyer-keys", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-ordered-map%E2%91%A0%E2%91%A2", @@ -876,7 +886,7 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-interest-group", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-struct%E2%91%A5", "https://patcg-individual-drafts.github.io/private-aggregation-api/#interest-group-private-aggregation-coordinator", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%91%A0", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%91%A1", "https://patcg-individual-drafts.github.io/private-aggregation-api/#permissions-policy-state", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-permissions-policy-state%E2%91%A1", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-struct%E2%91%A6", @@ -928,9 +938,9 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dom-navigator-joinadinterestgroup", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dom-auctionadinterestgroup-privateaggregationconfig", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-map-exists%E2%91%A8", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-obtain-the-private-aggregation-coordinator", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-obtain-the-coordinator-from-a-private-aggregation-config", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dom-auctionadinterestgroup-privateaggregationconfig%E2%91%A0", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A3", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A6", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dfn-throw%E2%91%A0%E2%91%A3", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-interest-group-private-aggregation-coordinator", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dom-navigator-runadauction", @@ -997,9 +1007,9 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-debug-details-key%E2%91%A2", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dom-auctionadconfig-privateaggregationconfig", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-map-exists%E2%91%A0%E2%91%A2", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-obtain-the-private-aggregation-coordinator%E2%91%A0", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-obtain-the-coordinator-from-a-private-aggregation-config%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dom-auctionadconfig-privateaggregationconfig%E2%91%A0", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A4", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A7", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-auction-config-seller-private-aggregation-coordinator", "https://patcg-individual-drafts.github.io/private-aggregation-api/#issue-f42384db", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-generate-and-score-bids", @@ -1073,8 +1083,8 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-string%E2%91%A0%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-map-exists%E2%91%A0%E2%91%A3", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-string%E2%91%A0%E2%91%A1", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-obtain-the-private-aggregation-coordinator-from-a-string", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A5", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-obtain-the-private-aggregation-coordinator", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A8", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-interest-group-private-aggregation-coordinator%E2%91%A2", "https://patcg-individual-drafts.github.io/private-aggregation-api/#protected-audience-api-specific-new-algorithms", "https://patcg-individual-drafts.github.io/private-aggregation-api/#process-the-private-aggregation-contributions-for-an-auction", @@ -1157,7 +1167,7 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#issue-6c500be3", "https://patcg-individual-drafts.github.io/private-aggregation-api/#get-or-create-a-batching-scope", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-origin%E2%91%A0%E2%91%A2", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%91%A1", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%91%A2", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-auction-config%E2%91%A6", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-batching-scope%E2%91%A0%E2%91%A2", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-auction-config-batching-scope-map%E2%91%A0", @@ -1230,24 +1240,14 @@ "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-interestgroupscoringscriptrunnerglobalscope%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-interestgroupreportingscriptrunnerglobalscope%E2%91%A1", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-interestgroupreportingscriptrunnerglobalscope-interest-group%E2%91%A0", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-coordinator-from-a-private-aggregation-config", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dictdef-protectedaudienceprivateaggregationconfig%E2%91%A1", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%91%A2", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A6", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%91%A3", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dom-protectedaudienceprivateaggregationconfig-aggregationcoordinatororigin", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-map-exists%E2%91%A0%E2%91%A7", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-obtain-the-private-aggregation-coordinator-from-a-string%E2%91%A0", + "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-obtain-the-private-aggregation-coordinator%E2%91%A0", "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-dom-protectedaudienceprivateaggregationconfig-aggregationcoordinatororigin%E2%91%A0", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#obtain-the-private-aggregation-coordinator-from-a-string", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-USVString%E2%91%A0", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-aggregation-coordinator%E2%91%A0%E2%91%A3", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A7", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url-parser%E2%91%A1", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A8", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#issue-5cfca5be", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-concept-url-origin", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-determine-if-an-origin-is-an-aggregation-coordinator", - "https://patcg-individual-drafts.github.io/private-aggregation-api/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", "https://patcg-individual-drafts.github.io/private-aggregation-api/#privacy-considerations", "https://patcg-individual-drafts.github.io/private-aggregation-api/#cross-site-information-disclosure", "https://patcg-individual-drafts.github.io/private-aggregation-api/#restricted-contribution-processing", diff --git a/ed/index.json b/ed/index.json index e3776fdd54fe..03ecbc81a720 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-10-18T12:48:27.774Z", + "date": "2024-10-18T18:41:36.647Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1321,9 +1321,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Thu, 17 Oct 2024 21:41:38 GMT" + "lastModified": "Fri, 18 Oct 2024 14:06:02 GMT" }, - "date": "17 October 2024", + "date": "18 October 2024", "algorithms": "algorithms/rfc6265bis.json", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", @@ -3845,11 +3845,11 @@ ], "crawled": "https://patcg-individual-drafts.github.io/private-aggregation-api/", "crawlCacheInfo": { - "lastModified": "Fri, 27 Sep 2024 18:22:52 GMT" + "lastModified": "Fri, 18 Oct 2024 15:04:29 GMT" }, "generator": "bikeshed", - "date": "27 September 2024", - "revision": "c7e3daa427501538b52f1f4df765bcc2e2a5d43b", + "date": "18 October 2024", + "revision": "d98b3fc26e9015a8fda4aa617d19a7389a95bfdc", "algorithms": "algorithms/private-aggregation-api.json", "links": "links/private-aggregation-api.json", "refs": "refs/private-aggregation-api.json", @@ -14712,9 +14712,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", "crawlCacheInfo": { - "lastModified": "Fri, 11 Oct 2024 00:46:06 GMT" + "lastModified": "Fri, 18 Oct 2024 01:48:56 GMT" }, - "date": "11 October 2024", + "date": "18 October 2024", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -15038,9 +15038,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", "crawlCacheInfo": { - "lastModified": "Fri, 11 Oct 2024 00:46:16 GMT" + "lastModified": "Fri, 18 Oct 2024 05:30:59 GMT" }, - "date": "11 October 2024", + "date": "18 October 2024", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -15418,9 +15418,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7932", "crawlCacheInfo": { - "lastModified": "Fri, 11 Oct 2024 00:46:25 GMT" + "lastModified": "Fri, 18 Oct 2024 04:20:04 GMT" }, - "date": "11 October 2024", + "date": "18 October 2024", "links": "links/rfc7932.json", "ids": "ids/rfc7932.json" }, @@ -15665,9 +15665,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc8878", "crawlCacheInfo": { - "lastModified": "Fri, 11 Oct 2024 00:33:55 GMT" + "lastModified": "Fri, 18 Oct 2024 00:53:43 GMT" }, - "date": "11 October 2024", + "date": "18 October 2024", "links": "links/rfc8878.json", "refs": "refs/rfc8878.json", "headings": "headings/rfc8878.json", @@ -15712,9 +15712,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", "crawlCacheInfo": { - "lastModified": "Fri, 11 Oct 2024 00:35:07 GMT" + "lastModified": "Fri, 18 Oct 2024 12:07:21 GMT" }, - "date": "11 October 2024", + "date": "18 October 2024", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -26969,10 +26969,10 @@ ], "crawled": "https://w3c.github.io/i18n-glossary/", "crawlCacheInfo": { - "lastModified": "Thu, 17 Oct 2024 15:07:22 GMT" + "lastModified": "Fri, 18 Oct 2024 13:33:06 GMT" }, "generator": "respec", - "date": "17 October 2024", + "date": "18 October 2024", "links": "links/i18n-glossary.json", "refs": "refs/i18n-glossary.json", "dfns": "dfns/i18n-glossary.json", @@ -27276,10 +27276,10 @@ ], "crawled": "https://w3c.github.io/input-events/", "crawlCacheInfo": { - "lastModified": "Wed, 25 Sep 2024 07:18:37 GMT" + "lastModified": "Fri, 18 Oct 2024 15:23:07 GMT" }, "generator": "respec", - "date": "25 September 2024", + "date": "18 October 2024", "algorithms": "algorithms/input-events-2.json", "links": "links/input-events-2.json", "refs": "refs/input-events-2.json", @@ -35872,7 +35872,7 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/", "crawlCacheInfo": { - "lastModified": "Fri, 18 Oct 2024 01:05:36 GMT" + "lastModified": "Fri, 18 Oct 2024 17:32:16 GMT" }, "generator": "bikeshed", "date": "18 October 2024", @@ -37148,7 +37148,7 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/wgsl/", "crawlCacheInfo": { - "lastModified": "Fri, 18 Oct 2024 01:05:36 GMT" + "lastModified": "Fri, 18 Oct 2024 17:32:16 GMT" }, "generator": "bikeshed", "date": "18 October 2024", diff --git a/ed/links/i18n-glossary.json b/ed/links/i18n-glossary.json index 1de9764567cb..dd0e79c68c9c 100644 --- a/ed/links/i18n-glossary.json +++ b/ed/links/i18n-glossary.json @@ -34,6 +34,7 @@ "katakana", "normalization_form_kc", "normalization_form_kd", + "orthographic_syllable", "plane", "titlecase", "unicameral", diff --git a/ed/links/private-aggregation-api.json b/ed/links/private-aggregation-api.json index ffe0b5472f71..75fec0f4dde0 100644 --- a/ed/links/private-aggregation-api.json +++ b/ed/links/private-aggregation-api.json @@ -201,13 +201,13 @@ }, "https://url.spec.whatwg.org/": { "anchors": [ - "concept-url", "concept-url-parser", + "concept-url-origin", + "concept-url", "concept-url-scheme", "concept-url-host", "concept-url-port", - "concept-url-path", - "concept-url-origin" + "concept-url-path" ] }, "https://w3c.github.io/hr-time/": { @@ -262,13 +262,13 @@ "dfn-attribute", "getter-steps", "notallowederror", + "idl-USVString", "idl-DOMString", "idl-double", "idl-boolean", "idl-sequence", "idl-record", - "exceptiondef-typeerror", - "idl-USVString" + "exceptiondef-typeerror" ] }, "https://wicg.github.io/attribution-reporting-api/": {