Skip to content

Commit 8749dd1

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.0.1.
1 parent b1a5de2 commit 8749dd1

10 files changed

+430
-418
lines changed

ed/algorithms/privacy-preserving-attribution.json

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

ed/algorithms/service-workers.json

Lines changed: 36 additions & 27 deletions
Large diffs are not rendered by default.

ed/dfns/privacy-preserving-attribution.json

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

ed/headings/privacy-preserving-attribution.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"spec": {
3-
"title": "Privacy-Preserving Attribution: Level 1",
3+
"title": "Attribution: Level 1",
44
"url": "https://w3c.github.io/ppa/"
55
},
66
"headings": [
77
{
88
"id": "title",
99
"href": "https://w3c.github.io/ppa/#title",
1010
"level": 1,
11-
"title": "Privacy-Preserving Attribution: Level 1"
11+
"title": "Attribution: Level 1"
1212
},
1313
{
1414
"id": "abstract",
@@ -433,14 +433,14 @@
433433
"id": "privacy-exposure",
434434
"href": "https://w3c.github.io/ppa/#privacy-exposure",
435435
"level": 3,
436-
"title": "Information Exposed by the Private Attribution API",
436+
"title": "Information Exposed by the Attribution API",
437437
"number": "10.1"
438438
},
439439
{
440440
"id": "privacy-opt-out",
441441
"href": "https://w3c.github.io/ppa/#privacy-opt-out",
442442
"level": 3,
443-
"title": "Disabling the Private Attribution API",
443+
"title": "Disabling the Attribution API",
444444
"number": "10.2"
445445
},
446446
{
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
// GENERATED CONTENT - DO NOT EDIT
22
// Content was automatically extracted by Reffy into webref
33
// (https://github.com/w3c/webref)
4-
// Source: Privacy-Preserving Attribution: Level 1 (https://w3c.github.io/ppa/)
4+
// Source: Attribution: Level 1 (https://w3c.github.io/ppa/)
55

66
partial interface Navigator {
7-
[SecureContext, SameObject] readonly attribute PrivateAttribution privateAttribution;
7+
[SecureContext, SameObject] readonly attribute Attribution attribution;
88
};
99

10-
enum PrivateAttributionProtocol { "dap-12-histogram", "tee-00" };
10+
enum PrivateAttributionAggregationProtocol { "dap-12-histogram", "tee-00" };
1111

12-
dictionary PrivateAttributionAggregationService {
12+
dictionary AttributionAggregationService {
1313
required DOMString protocol;
1414
};
1515

1616
[SecureContext, Exposed=Window]
17-
interface PrivateAttributionAggregationServices {
18-
readonly maplike<USVString, PrivateAttributionAggregationService>;
17+
interface AttributionAggregationServices {
18+
readonly maplike<USVString, AttributionAggregationService>;
1919
};
2020

2121
[SecureContext, Exposed=Window]
22-
interface PrivateAttribution {
23-
readonly attribute PrivateAttributionAggregationServices aggregationServices;
22+
interface Attribution {
23+
readonly attribute AttributionAggregationServices aggregationServices;
2424
};
2525

26-
dictionary PrivateAttributionImpressionOptions {
26+
dictionary AttributionImpressionOptions {
2727
required unsigned long histogramIndex;
2828
unsigned long matchValue = 0;
2929
sequence<USVString> conversionSites = [];
3030
unsigned long lifetimeDays = 30;
3131
};
3232

33-
dictionary PrivateAttributionImpressionResult {
33+
dictionary AttributionImpressionResult {
3434
};
3535

3636
[SecureContext, Exposed=Window]
37-
partial interface PrivateAttribution {
38-
Promise<PrivateAttributionImpressionResult> saveImpression(PrivateAttributionImpressionOptions options);
37+
partial interface Attribution {
38+
Promise<AttributionImpressionResult> saveImpression(AttributionImpressionOptions options);
3939
};
4040

41-
dictionary PrivateAttributionConversionOptions {
41+
dictionary AttributionConversionOptions {
4242
required USVString aggregationService;
4343
double epsilon = 1.0;
4444

@@ -49,20 +49,20 @@ dictionary PrivateAttributionConversionOptions {
4949
sequence<USVString> impressionSites = [];
5050
sequence<USVString> intermediarySites = [];
5151

52-
PrivateAttributionLogic logic = "last-touch";
52+
AttributionLogic logic = "last-touch";
5353
unsigned long value = 1;
5454
unsigned long maxValue = 1;
5555
};
5656

57-
enum PrivateAttributionLogic {
57+
enum AttributionLogic {
5858
"last-touch",
5959
};
6060

61-
dictionary PrivateAttributionConversionResult {
61+
dictionary AttributionConversionResult {
6262
required Uint8Array report;
6363
};
6464

6565
[SecureContext, Exposed=Window]
66-
partial interface PrivateAttribution {
67-
Promise<PrivateAttributionConversionResult> measureConversion(PrivateAttributionConversionOptions options);
66+
partial interface Attribution {
67+
Promise<AttributionConversionResult> measureConversion(AttributionConversionOptions options);
6868
};

ed/ids/privacy-preserving-attribution.json

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

ed/ids/service-workers.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3534,12 +3534,15 @@
35343534
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A0",
35353535
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value",
35363536
"https://w3c.github.io/ServiceWorker/#ref-for-in-parallel%E2%91%A2%E2%91%A5",
3537-
"https://w3c.github.io/ServiceWorker/#ref-for-abort-when",
35383537
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-state",
3538+
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A1",
3539+
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A0",
35393540
"https://w3c.github.io/ServiceWorker/#ref-for-concept-fetch%E2%91%A0%E2%91%A3",
35403541
"https://w3c.github.io/ServiceWorker/#ref-for-process-response%E2%91%A1",
35413542
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response%E2%91%A0%E2%91%A1",
3542-
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A0",
3543+
"https://w3c.github.io/ServiceWorker/#ref-for-abort-when",
3544+
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-state%E2%91%A0",
3545+
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A1",
35433546
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response-status%E2%91%A2",
35443547
"https://w3c.github.io/ServiceWorker/#ref-for-ok-status%E2%91%A1",
35453548
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-result%E2%91%A2",
@@ -3549,8 +3552,8 @@
35493552
"https://w3c.github.io/ServiceWorker/#ref-for-queue-enqueue%E2%91%A2",
35503553
"https://w3c.github.io/ServiceWorker/#ref-for-if-aborted",
35513554
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-abort%E2%91%A1",
3552-
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A1",
3553-
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A1",
3555+
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A2",
3556+
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A2",
35543557
"https://w3c.github.io/ServiceWorker/#ref-for-in-parallel%E2%91%A2%E2%91%A6",
35553558
"https://w3c.github.io/ServiceWorker/#ref-for-create-fetch-event-and-dispatch",
35563559
"https://w3c.github.io/ServiceWorker/#ref-for-concept-network-error%E2%91%A6",
@@ -3592,7 +3595,7 @@
35923595
"https://w3c.github.io/ServiceWorker/#ref-for-request-service-workers-mode%E2%91%A2",
35933596
"https://w3c.github.io/ServiceWorker/#ref-for-in-parallel%E2%91%A2%E2%91%A7",
35943597
"https://w3c.github.io/ServiceWorker/#ref-for-abort-when%E2%91%A0",
3595-
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-state%E2%91%A0",
3598+
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-state%E2%91%A1",
35963599
"https://w3c.github.io/ServiceWorker/#ref-for-concept-fetch%E2%91%A0%E2%91%A4",
35973600
"https://w3c.github.io/ServiceWorker/#ref-for-process-response%E2%91%A2",
35983601
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response-type%E2%91%A3",
@@ -3618,7 +3621,7 @@
36183621
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-service-worker-global-object%E2%91%A0%E2%91%A0",
36193622
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-reserved-client%E2%91%A0",
36203623
"https://w3c.github.io/ServiceWorker/#ref-for-sec-promise-objects%E2%91%A2%E2%91%A1",
3621-
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A2",
3624+
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-race-response%E2%91%A3",
36223625
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response%E2%91%A0%E2%91%A2",
36233626
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-client%E2%91%A3",
36243627
"https://w3c.github.io/ServiceWorker/#ref-for-dfn-active-worker%E2%91%A3%E2%91%A1",
@@ -3694,7 +3697,7 @@
36943697
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-body%E2%91%A2",
36953698
"https://w3c.github.io/ServiceWorker/#ref-for-response-service-worker-timing-info%E2%91%A2",
36963699
"https://w3c.github.io/ServiceWorker/#ref-for-canceled-flag",
3697-
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-state%E2%91%A1",
3700+
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-state%E2%91%A2",
36983701
"https://w3c.github.io/ServiceWorker/#ref-for-deserialize-a-serialized-abort-reason%E2%91%A0",
36993702
"https://w3c.github.io/ServiceWorker/#ref-for-fetch-controller-serialized-abort-reason",
37003703
"https://w3c.github.io/ServiceWorker/#ref-for-queue-a-task%E2%91%A2%E2%91%A4",
@@ -3713,11 +3716,11 @@
37133716
"https://w3c.github.io/ServiceWorker/#ref-for-networkerror",
37143717
"https://w3c.github.io/ServiceWorker/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0",
37153718
"https://w3c.github.io/ServiceWorker/#ref-for-resolve",
3716-
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A2",
37173719
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A3",
37183720
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A4",
3719-
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response%E2%91%A0%E2%91%A3",
37203721
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A5",
3722+
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response%E2%91%A0%E2%91%A3",
3723+
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A6",
37213724
"https://w3c.github.io/ServiceWorker/#ref-for-reject%E2%91%A3",
37223725
"https://w3c.github.io/ServiceWorker/#ref-for-networkerror%E2%91%A0",
37233726
"https://w3c.github.io/ServiceWorker/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1",
@@ -4311,10 +4314,10 @@
43114314
"https://w3c.github.io/ServiceWorker/#ref-for-serviceworkerglobalscope-race-response-map%E2%91%A2",
43124315
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A1%E2%91%A6",
43134316
"https://w3c.github.io/ServiceWorker/#ref-for-map-remove%E2%91%A6",
4314-
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A6",
43154317
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A7",
4316-
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response%E2%91%A0%E2%91%A6",
43174318
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A8",
4319+
"https://w3c.github.io/ServiceWorker/#ref-for-concept-response%E2%91%A0%E2%91%A6",
4320+
"https://w3c.github.io/ServiceWorker/#ref-for-race-response-value%E2%91%A0%E2%93%AA",
43184321
"https://w3c.github.io/ServiceWorker/#extended-http-headers",
43194322
"https://w3c.github.io/ServiceWorker/#service-worker-script-request",
43204323
"https://w3c.github.io/ServiceWorker/#ref-for-concept-fetch%E2%91%A0%E2%91%A5",

ed/index.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-06-19T00:57:10.448Z",
4+
"date": "2025-06-19T06:46:25.013Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -1380,9 +1380,9 @@
13801380
],
13811381
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-compression-dictionary.html",
13821382
"crawlCacheInfo": {
1383-
"lastModified": "Tue, 17 Jun 2025 21:08:35 GMT"
1383+
"lastModified": "Thu, 19 Jun 2025 01:03:24 GMT"
13841384
},
1385-
"date": "17 June 2025",
1385+
"date": "19 June 2025",
13861386
"algorithms": "algorithms/compression-dictionary.json",
13871387
"links": "links/compression-dictionary.json",
13881388
"refs": "refs/compression-dictionary.json",
@@ -1429,9 +1429,9 @@
14291429
],
14301430
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
14311431
"crawlCacheInfo": {
1432-
"lastModified": "Tue, 17 Jun 2025 21:08:35 GMT"
1432+
"lastModified": "Thu, 19 Jun 2025 01:03:24 GMT"
14331433
},
1434-
"date": "17 June 2025",
1434+
"date": "19 June 2025",
14351435
"algorithms": "algorithms/no-vary-search.json",
14361436
"links": "links/no-vary-search.json",
14371437
"refs": "refs/no-vary-search.json",
@@ -1478,9 +1478,9 @@
14781478
],
14791479
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
14801480
"crawlCacheInfo": {
1481-
"lastModified": "Tue, 17 Jun 2025 21:08:35 GMT"
1481+
"lastModified": "Thu, 19 Jun 2025 01:03:24 GMT"
14821482
},
1483-
"date": "17 June 2025",
1483+
"date": "19 June 2025",
14841484
"algorithms": "algorithms/rfc6265bis.json",
14851485
"links": "links/rfc6265bis.json",
14861486
"refs": "refs/rfc6265bis.json",
@@ -32887,7 +32887,7 @@
3288732887
"status": "First Public Working Draft",
3288832888
"filename": "Overview.html"
3288932889
},
32890-
"title": "Privacy-Preserving Attribution: Level 1",
32890+
"title": "Attribution: Level 1",
3289132891
"source": "w3c",
3289232892
"shortTitle": "Privacy-Preserving Attribution 1",
3289332893
"categories": [
@@ -32900,11 +32900,11 @@
3290032900
],
3290132901
"crawled": "https://w3c.github.io/ppa/",
3290232902
"crawlCacheInfo": {
32903-
"lastModified": "Mon, 16 Jun 2025 04:08:59 GMT"
32903+
"lastModified": "Thu, 19 Jun 2025 06:34:40 GMT"
3290432904
},
3290532905
"generator": "bikeshed",
32906-
"date": "16 June 2025",
32907-
"revision": "37994f2f1878e52648aa148041937d69d00af948",
32906+
"date": "19 June 2025",
32907+
"revision": "b9a9fd0601115e5765be990625d5494e81f3d092",
3290832908
"algorithms": "algorithms/privacy-preserving-attribution.json",
3290932909
"links": "links/privacy-preserving-attribution.json",
3291032910
"refs": "refs/privacy-preserving-attribution.json",
@@ -33584,7 +33584,7 @@
3358433584
],
3358533585
"crawled": "https://w3c.github.io/rdf-turtle/spec/",
3358633586
"crawlCacheInfo": {
33587-
"lastModified": "Wed, 18 Jun 2025 16:11:08 GMT"
33587+
"lastModified": "Wed, 18 Jun 2025 16:11:09 GMT"
3358833588
},
3358933589
"generator": "respec",
3359033590
"date": "18 June 2025",
@@ -34754,11 +34754,11 @@
3475434754
],
3475534755
"crawled": "https://w3c.github.io/ServiceWorker/",
3475634756
"crawlCacheInfo": {
34757-
"lastModified": "Fri, 13 Jun 2025 06:05:31 GMT"
34757+
"lastModified": "Thu, 19 Jun 2025 02:25:09 GMT"
3475834758
},
3475934759
"generator": "bikeshed",
34760-
"date": "13 June 2025",
34761-
"revision": "a402c930571c23419cffe2ae6722ec733b566f30",
34760+
"date": "19 June 2025",
34761+
"revision": "3d83bed7bd03e453f68e47dc376b176a3926ac6c",
3476234762
"algorithms": "algorithms/service-workers.json",
3476334763
"links": "links/service-workers.json",
3476434764
"refs": "refs/service-workers.json",

ed/links/privacy-preserving-attribution.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"spec": {
3-
"title": "Privacy-Preserving Attribution: Level 1",
3+
"title": "Attribution: Level 1",
44
"url": "https://w3c.github.io/ppa/"
55
},
66
"links": {
@@ -22,7 +22,7 @@
2222
"https://doi.org/10.1016/B978-0-12-385514-5.00006-9": {},
2323
"https://doi.org/10.1561/0400000042": {},
2424
"https://fetch.spec.whatwg.org/": {},
25-
"https://github.com/w3c/ppa/issues": {},
25+
"https://github.com/w3c/attribution/issues": {},
2626
"https://html.spec.whatwg.org/multipage/": {},
2727
"https://httpwg.org/specs/rfc6265.html": {},
2828
"https://infra.spec.whatwg.org/": {},

ed/refs/privacy-preserving-attribution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"spec": {
3-
"title": "Privacy-Preserving Attribution: Level 1",
3+
"title": "Attribution: Level 1",
44
"url": "https://w3c.github.io/ppa/"
55
},
66
"refs": {

0 commit comments

Comments
 (0)