Skip to content

Commit 915a754

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.7.3.
1 parent 64d803e commit 915a754

File tree

8 files changed

+88
-20
lines changed

8 files changed

+88
-20
lines changed

tr/algorithms/CSP3.json

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

tr/algorithms/reporting-1.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"html": "<p>If <var>url</var> was not provided by the caller, let <var>url</var> be <var>settings</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#creation-url\" id=\"ref-for-creation-url\">creation URL</a>.</p>"
1818
},
1919
{
20-
"html": "<p>Set <var>url</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#concept-url-username\" id=\"ref-for-concept-url-username\">username</a></code> to the empty string, and its <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#concept-url-password\" id=\"ref-for-concept-url-password\">password</a></code> to <code>null</code>.</p>"
20+
"html": "<p>Set <var>url</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#dom-url-username\" id=\"ref-for-dom-url-username\">username</a></code> to the empty string, and its <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#dom-url-password\" id=\"ref-for-dom-url-password\">password</a></code> to <code>null</code>.</p>"
2121
},
2222
{
2323
"html": "<p>Set <var>report</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/reporting-1/#report-url\" id=\"ref-for-report-url\">url</a> to the result of executing the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-serializer\" id=\"ref-for-concept-url-serializer\">URL\n serializer</a> on <var>url</var> with the <em>exclude fragment flag</em> set.</p>"
@@ -238,6 +238,27 @@
238238
}
239239
]
240240
},
241+
{
242+
"html": "Given an <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/reporting-1/#endpoint\" id=\"ref-for-endpoint①③\">endpoint</a> (<var>endpoint</var>), an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#origin\" id=\"ref-for-origin④\">origin</a> (<var>origin</var>), and a list of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/reporting-1/#windoworworkerglobalscope-reports\" id=\"ref-for-windoworworkerglobalscope-reports⑤\">reports</a> (<var>reports</var>), this algorithm will\n construct a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request\" id=\"ref-for-concept-request①\">request</a>, and attempt to deliver it to <var>endpoint</var>. It\n returns \"<code>Success</code>\" if that delivery succeeds, \"<code>Remove Endpoint</code>\" if the\n endpoint explicitly removes itself as a reporting endpoint by sending a 410\n response, and \"<code>Failure</code>\" otherwise.",
243+
"rationale": "if",
244+
"steps": [
245+
{
246+
"html": "<p>If <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme\">scheme</a> is not an <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#http-scheme\" id=\"ref-for-http-scheme\">HTTP(S) scheme</a>,\n then return <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme①\">scheme</a>.</p>"
247+
},
248+
{
249+
"html": "<p>Set <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-fragment\" id=\"ref-for-concept-url-fragment\">fragment</a> to the empty string.</p>"
250+
},
251+
{
252+
"html": "<p>Set <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-username\" id=\"ref-for-concept-url-username\">username</a> to the empty string.</p>"
253+
},
254+
{
255+
"html": "<p>Set <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-password\" id=\"ref-for-concept-url-password\">password</a> to the empty string.</p>"
256+
},
257+
{
258+
"html": "<p>Return the result of executing the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-serializer\" id=\"ref-for-concept-url-serializer①\">URL serializer</a> on <var>url</var>.</p>"
259+
}
260+
]
261+
},
241262
{
242263
"name": "ReportingObserver/ReportingObserver(callback, options)",
243264
"href": "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-reportingobserver",

tr/dfns/reporting-1.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,25 @@
530530
},
531531
"definedIn": "prose"
532532
},
533+
{
534+
"id": "strip-url-for-use-in-reports",
535+
"href": "https://www.w3.org/TR/reporting-1/#strip-url-for-use-in-reports",
536+
"linkingText": [
537+
"strip URL for use in reports"
538+
],
539+
"localLinkingText": [],
540+
"type": "dfn",
541+
"for": [],
542+
"access": "public",
543+
"informative": false,
544+
"heading": {
545+
"id": "strip-url-for-use-in-reports-heading",
546+
"href": "https://www.w3.org/TR/reporting-1/#strip-url-for-use-in-reports-heading",
547+
"title": "Strip URL for use in reports",
548+
"number": "3.6"
549+
},
550+
"definedIn": "prose"
551+
},
533552
{
534553
"id": "reporting-observer",
535554
"href": "https://www.w3.org/TR/reporting-1/#reporting-observer",

tr/headings/reporting-1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@
165165
"title": "Attempt to deliver reports to endpoint",
166166
"number": "3.5.2"
167167
},
168+
{
169+
"id": "strip-url-for-use-in-reports-heading",
170+
"href": "https://www.w3.org/TR/reporting-1/#strip-url-for-use-in-reports-heading",
171+
"level": 3,
172+
"title": "Strip URL for use in reports",
173+
"number": "3.6"
174+
},
168175
{
169176
"id": "observers",
170177
"href": "https://www.w3.org/TR/reporting-1/#observers",

tr/ids/CSP3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,6 @@
950950
"https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0%E2%91%A5",
951951
"https://www.w3.org/TR/CSP3/#ref-for-concept-request-method",
952952
"https://www.w3.org/TR/CSP3/#ref-for-concept-request-url%E2%91%A3",
953-
"https://www.w3.org/TR/CSP3/#ref-for-violation-url%E2%91%A2",
954953
"https://www.w3.org/TR/CSP3/#ref-for-concept-request-origin",
955954
"https://www.w3.org/TR/CSP3/#ref-for-violation-global-object%E2%91%A5",
956955
"https://www.w3.org/TR/CSP3/#ref-for-relevant-settings-object",
@@ -974,7 +973,7 @@
974973
"https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A1",
975974
"https://www.w3.org/TR/CSP3/#ref-for-cspviolationreportbody",
976975
"https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-documenturl",
977-
"https://www.w3.org/TR/CSP3/#ref-for-violation-url%E2%91%A3",
976+
"https://www.w3.org/TR/CSP3/#ref-for-violation-url%E2%91%A2",
978977
"https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-referrer",
979978
"https://www.w3.org/TR/CSP3/#ref-for-violation-referrer%E2%91%A2",
980979
"https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-blockedurl",
@@ -1695,6 +1694,7 @@
16951694
"https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A8",
16961695
"https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A0",
16971696
"https://www.w3.org/TR/CSP3/#match-response-to-source-list",
1697+
"https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A7",
16981698
"https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A1",
16991699
"https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A5",
17001700
"https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A3",
@@ -1703,7 +1703,7 @@
17031703
"https://www.w3.org/TR/CSP3/#ref-for-concept-request-redirect-count%E2%91%A0",
17041704
"https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A6",
17051705
"https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A1%E2%93%AA",
1706-
"https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A7",
1706+
"https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A8",
17071707
"https://www.w3.org/TR/CSP3/#match-url-to-source-list",
17081708
"https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A8",
17091709
"https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A6",

tr/ids/reporting-1.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"https://www.w3.org/TR/reporting-1/#ref-for-report-timestamp",
9696
"https://www.w3.org/TR/reporting-1/#ref-for-report-attempts",
9797
"https://www.w3.org/TR/reporting-1/#ref-for-creation-url",
98-
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-username",
99-
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-password",
98+
"https://www.w3.org/TR/reporting-1/#ref-for-dom-url-username",
99+
"https://www.w3.org/TR/reporting-1/#ref-for-dom-url-password",
100100
"https://www.w3.org/TR/reporting-1/#ref-for-report-url",
101101
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-serializer",
102102
"https://www.w3.org/TR/reporting-1/#ref-for-reporting-observer%E2%91%A0",
@@ -205,6 +205,16 @@
205205
"https://www.w3.org/TR/reporting-1/#ref-for-concept-fetch",
206206
"https://www.w3.org/TR/reporting-1/#ref-for-wait-for-a-response",
207207
"https://www.w3.org/TR/reporting-1/#ref-for-ok-status",
208+
"https://www.w3.org/TR/reporting-1/#strip-url-for-use-in-reports-heading",
209+
"https://www.w3.org/TR/reporting-1/#strip-url-for-use-in-reports",
210+
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url%E2%91%A1",
211+
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-scheme",
212+
"https://www.w3.org/TR/reporting-1/#ref-for-http-scheme",
213+
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-scheme%E2%91%A0",
214+
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-fragment",
215+
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-username",
216+
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-password",
217+
"https://www.w3.org/TR/reporting-1/#ref-for-concept-url-serializer%E2%91%A0",
208218
"https://www.w3.org/TR/reporting-1/#observers",
209219
"https://www.w3.org/TR/reporting-1/#reporting-observer",
210220
"https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports%E2%91%A5",
@@ -440,6 +450,7 @@
440450
"https://www.w3.org/TR/reporting-1/#c9e7c11a",
441451
"https://www.w3.org/TR/reporting-1/#d85a6c84",
442452
"https://www.w3.org/TR/reporting-1/#f7b00a8b",
453+
"https://www.w3.org/TR/reporting-1/#eb62573b",
443454
"https://www.w3.org/TR/reporting-1/#a27468c5",
444455
"https://www.w3.org/TR/reporting-1/#55213b5b",
445456
"https://www.w3.org/TR/reporting-1/#ee7bba09",
@@ -469,10 +480,15 @@
469480
"https://www.w3.org/TR/reporting-1/#c0666585",
470481
"https://www.w3.org/TR/reporting-1/#20b42dd0",
471482
"https://www.w3.org/TR/reporting-1/#b9d1df32",
483+
"https://www.w3.org/TR/reporting-1/#ed948033",
472484
"https://www.w3.org/TR/reporting-1/#c4c32895",
485+
"https://www.w3.org/TR/reporting-1/#95210ccd",
473486
"https://www.w3.org/TR/reporting-1/#a1288f2a",
487+
"https://www.w3.org/TR/reporting-1/#3a711be7",
488+
"https://www.w3.org/TR/reporting-1/#dcffbccd",
474489
"https://www.w3.org/TR/reporting-1/#ca3ca4ae",
475490
"https://www.w3.org/TR/reporting-1/#5442ea33",
491+
"https://www.w3.org/TR/reporting-1/#d6f79d11",
476492
"https://www.w3.org/TR/reporting-1/#218c9455",
477493
"https://www.w3.org/TR/reporting-1/#024a1df2",
478494
"https://www.w3.org/TR/reporting-1/#bc7f2174",

tr/index.json

Lines changed: 8 additions & 8 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-02T01:36:39.120Z",
4+
"date": "2025-06-03T01:36:50.496Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -754,7 +754,7 @@
754754
"https://aomediacodec.github.io/av1-spec/"
755755
],
756756
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
757-
"date": "2 June 2025",
757+
"date": "3 June 2025",
758758
"links": "links/av1-spec.json",
759759
"cddl": []
760760
},
@@ -2354,11 +2354,11 @@
23542354
],
23552355
"crawled": "https://www.w3.org/TR/CSP3/",
23562356
"crawlCacheInfo": {
2357-
"lastModified": "Fri, 30 May 2025 08:15:41 GMT"
2357+
"lastModified": "Mon, 02 Jun 2025 14:00:25 GMT"
23582358
},
23592359
"generator": "bikeshed",
2360-
"date": "30 May 2025",
2361-
"revision": "2d2653df20b99b4304b46b203afba40c116d26e7",
2360+
"date": "2 June 2025",
2361+
"revision": "5c12cbb01e2d4ab5a95eea3be131b1b0bb8b195a",
23622362
"algorithms": "algorithms/CSP3.json",
23632363
"links": "links/CSP3.json",
23642364
"refs": "refs/CSP3.json",
@@ -17597,11 +17597,11 @@
1759717597
],
1759817598
"crawled": "https://www.w3.org/TR/reporting-1/",
1759917599
"crawlCacheInfo": {
17600-
"lastModified": "Thu, 15 May 2025 14:07:50 GMT"
17600+
"lastModified": "Mon, 02 Jun 2025 08:14:03 GMT"
1760117601
},
1760217602
"generator": "bikeshed",
17603-
"date": "15 May 2025",
17604-
"revision": "b8418ea691473078bd7300936d1b61818d12e349",
17603+
"date": "2 June 2025",
17604+
"revision": "b9ba28c8bdf763d8ffe576909688b737bbaeffbf",
1760517605
"algorithms": "algorithms/reporting-1.json",
1760617606
"links": "links/reporting-1.json",
1760717607
"refs": "refs/reporting-1.json",

tr/links/reporting-1.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"concept-body-source",
7272
"concept-fetch",
7373
"wait-for-a-response",
74-
"ok-status"
74+
"ok-status",
75+
"http-scheme"
7576
]
7677
},
7778
"https://html.spec.whatwg.org/multipage/browsers.html": {
@@ -127,12 +128,16 @@
127128
"https://url.spec.whatwg.org/": {
128129
"anchors": [
129130
"concept-url",
130-
"concept-url-username",
131-
"concept-url-password",
131+
"dom-url-username",
132+
"dom-url-password",
132133
"concept-url-serializer",
133134
"concept-url-origin",
134135
"concept-url-parser",
135-
"concept-base-url"
136+
"concept-base-url",
137+
"concept-url-scheme",
138+
"concept-url-fragment",
139+
"concept-url-username",
140+
"concept-url-password"
136141
]
137142
},
138143
"https://w3c.github.io/webappsec-csp/": {

0 commit comments

Comments
 (0)