Skip to content

Commit cc5e68b

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.0.1.
1 parent 00ece0f commit cc5e68b

File tree

7 files changed

+317
-343
lines changed

7 files changed

+317
-343
lines changed

tr/algorithms/CSP3.json

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

tr/dfns/CSP3.json

Lines changed: 14 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,13 +1809,13 @@
18091809
"definedIn": "prose"
18101810
},
18111811
{
1812-
"id": "cspviolationreportbody",
1813-
"href": "https://www.w3.org/TR/CSP3/#cspviolationreportbody",
1812+
"id": "dictdef-cspviolationreportbody",
1813+
"href": "https://www.w3.org/TR/CSP3/#dictdef-cspviolationreportbody",
18141814
"linkingText": [
18151815
"CSPViolationReportBody"
18161816
],
18171817
"localLinkingText": [],
1818-
"type": "interface",
1818+
"type": "dictionary",
18191819
"for": [],
18201820
"access": "public",
18211821
"informative": false,
@@ -1827,35 +1827,14 @@
18271827
},
18281828
"definedIn": "pre"
18291829
},
1830-
{
1831-
"id": "dom-cspviolationreportbody-tojson",
1832-
"href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-tojson",
1833-
"linkingText": [
1834-
"toJSON()"
1835-
],
1836-
"localLinkingText": [],
1837-
"type": "method",
1838-
"for": [
1839-
"CSPViolationReportBody"
1840-
],
1841-
"access": "public",
1842-
"informative": false,
1843-
"heading": {
1844-
"id": "reporting",
1845-
"href": "https://www.w3.org/TR/CSP3/#reporting",
1846-
"title": "Reporting",
1847-
"number": "5"
1848-
},
1849-
"definedIn": "pre"
1850-
},
18511830
{
18521831
"id": "dom-cspviolationreportbody-documenturl",
18531832
"href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-documenturl",
18541833
"linkingText": [
18551834
"documentURL"
18561835
],
18571836
"localLinkingText": [],
1858-
"type": "attribute",
1837+
"type": "dict-member",
18591838
"for": [
18601839
"CSPViolationReportBody"
18611840
],
@@ -1876,7 +1855,7 @@
18761855
"referrer"
18771856
],
18781857
"localLinkingText": [],
1879-
"type": "attribute",
1858+
"type": "dict-member",
18801859
"for": [
18811860
"CSPViolationReportBody"
18821861
],
@@ -1897,7 +1876,7 @@
18971876
"blockedURL"
18981877
],
18991878
"localLinkingText": [],
1900-
"type": "attribute",
1879+
"type": "dict-member",
19011880
"for": [
19021881
"CSPViolationReportBody"
19031882
],
@@ -1918,7 +1897,7 @@
19181897
"effectiveDirective"
19191898
],
19201899
"localLinkingText": [],
1921-
"type": "attribute",
1900+
"type": "dict-member",
19221901
"for": [
19231902
"CSPViolationReportBody"
19241903
],
@@ -1939,7 +1918,7 @@
19391918
"originalPolicy"
19401919
],
19411920
"localLinkingText": [],
1942-
"type": "attribute",
1921+
"type": "dict-member",
19431922
"for": [
19441923
"CSPViolationReportBody"
19451924
],
@@ -1960,7 +1939,7 @@
19601939
"sourceFile"
19611940
],
19621941
"localLinkingText": [],
1963-
"type": "attribute",
1942+
"type": "dict-member",
19641943
"for": [
19651944
"CSPViolationReportBody"
19661945
],
@@ -1981,7 +1960,7 @@
19811960
"sample"
19821961
],
19831962
"localLinkingText": [],
1984-
"type": "attribute",
1963+
"type": "dict-member",
19851964
"for": [
19861965
"CSPViolationReportBody"
19871966
],
@@ -2002,7 +1981,7 @@
20021981
"disposition"
20031982
],
20041983
"localLinkingText": [],
2005-
"type": "attribute",
1984+
"type": "dict-member",
20061985
"for": [
20071986
"CSPViolationReportBody"
20081987
],
@@ -2023,7 +2002,7 @@
20232002
"statusCode"
20242003
],
20252004
"localLinkingText": [],
2026-
"type": "attribute",
2005+
"type": "dict-member",
20272006
"for": [
20282007
"CSPViolationReportBody"
20292008
],
@@ -2044,7 +2023,7 @@
20442023
"lineNumber"
20452024
],
20462025
"localLinkingText": [],
2047-
"type": "attribute",
2026+
"type": "dict-member",
20482027
"for": [
20492028
"CSPViolationReportBody"
20502029
],
@@ -2065,7 +2044,7 @@
20652044
"columnNumber"
20662045
],
20672046
"localLinkingText": [],
2068-
"type": "attribute",
2047+
"type": "dict-member",
20692048
"for": [
20702049
"CSPViolationReportBody"
20712050
],

tr/idl/CSP.idl

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,18 @@
33
// (https://github.com/w3c/webref)
44
// Source: Content Security Policy Level 3 (https://www.w3.org/TR/CSP3/)
55

6-
[Exposed=Window]
7-
interface CSPViolationReportBody : ReportBody {
8-
[Default] object toJSON();
9-
readonly attribute USVString documentURL;
10-
readonly attribute USVString? referrer;
11-
readonly attribute USVString? blockedURL;
12-
readonly attribute DOMString effectiveDirective;
13-
readonly attribute DOMString originalPolicy;
14-
readonly attribute USVString? sourceFile;
15-
readonly attribute DOMString? sample;
16-
readonly attribute SecurityPolicyViolationEventDisposition disposition;
17-
readonly attribute unsigned short statusCode;
18-
readonly attribute unsigned long? lineNumber;
19-
readonly attribute unsigned long? columnNumber;
6+
dictionary CSPViolationReportBody : ReportBody {
7+
USVString documentURL;
8+
USVString? referrer;
9+
USVString? blockedURL;
10+
DOMString effectiveDirective;
11+
DOMString originalPolicy;
12+
USVString? sourceFile;
13+
DOMString? sample;
14+
SecurityPolicyViolationEventDisposition disposition;
15+
unsigned short statusCode;
16+
unsigned long? lineNumber;
17+
unsigned long? columnNumber;
2018
};
2119

2220
enum SecurityPolicyViolationEventDisposition {

tr/ids/CSP3.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -731,12 +731,8 @@
731731
"https://www.w3.org/TR/CSP3/#ref-for-report-type",
732732
"https://www.w3.org/TR/CSP3/#ref-for-csp-violation-report%E2%91%A0",
733733
"https://www.w3.org/TR/CSP3/#ref-for-visible-to-reportingobservers",
734-
"https://www.w3.org/TR/CSP3/#ref-for-Exposed",
735-
"https://www.w3.org/TR/CSP3/#cspviolationreportbody",
734+
"https://www.w3.org/TR/CSP3/#dictdef-cspviolationreportbody",
736735
"https://www.w3.org/TR/CSP3/#ref-for-reportbody",
737-
"https://www.w3.org/TR/CSP3/#ref-for-Default",
738-
"https://www.w3.org/TR/CSP3/#ref-for-idl-object",
739-
"https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-tojson",
740736
"https://www.w3.org/TR/CSP3/#ref-for-idl-USVString",
741737
"https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-documenturl",
742738
"https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A0",
@@ -782,7 +778,7 @@
782778
"https://www.w3.org/TR/CSP3/#enumdef-securitypolicyviolationeventdisposition",
783779
"https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventdisposition-enforce",
784780
"https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventdisposition-report",
785-
"https://www.w3.org/TR/CSP3/#ref-for-Exposed%E2%91%A0",
781+
"https://www.w3.org/TR/CSP3/#ref-for-Exposed",
786782
"https://www.w3.org/TR/CSP3/#securitypolicyviolationevent",
787783
"https://www.w3.org/TR/CSP3/#ref-for-event",
788784
"https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent",
@@ -971,7 +967,7 @@
971967
"https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A0%E2%91%A1",
972968
"https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A8",
973969
"https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A1",
974-
"https://www.w3.org/TR/CSP3/#ref-for-cspviolationreportbody",
970+
"https://www.w3.org/TR/CSP3/#ref-for-dictdef-cspviolationreportbody",
975971
"https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-documenturl",
976972
"https://www.w3.org/TR/CSP3/#ref-for-violation-url%E2%91%A2",
977973
"https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-referrer",
@@ -2274,13 +2270,11 @@
22742270
"https://www.w3.org/TR/CSP3/#53f02be3",
22752271
"https://www.w3.org/TR/CSP3/#2a675f38",
22762272
"https://www.w3.org/TR/CSP3/#8855a9aa",
2277-
"https://www.w3.org/TR/CSP3/#f4531911",
22782273
"https://www.w3.org/TR/CSP3/#522350fb",
22792274
"https://www.w3.org/TR/CSP3/#889e932f",
22802275
"https://www.w3.org/TR/CSP3/#b0d7f3c3",
22812276
"https://www.w3.org/TR/CSP3/#a32c65d4",
22822277
"https://www.w3.org/TR/CSP3/#56f81a8e",
2283-
"https://www.w3.org/TR/CSP3/#efd1ec5d",
22842278
"https://www.w3.org/TR/CSP3/#e97a9688",
22852279
"https://www.w3.org/TR/CSP3/#450958f7",
22862280
"https://www.w3.org/TR/CSP3/#f48ea995",

tr/ids/media-capabilities.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@
147147
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-height%E2%91%A0",
148148
"https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-videoconfiguration%E2%91%A1",
149149
"https://www.w3.org/TR/media-capabilities/#dom-videoconfiguration-spatialscalability",
150+
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-spatialscalability%E2%91%A0",
151+
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-spatialscalability%E2%91%A1",
150152
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-scalabilitymode%E2%91%A1",
153+
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-spatialscalability%E2%91%A2",
154+
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-scalabilitymode%E2%91%A2",
155+
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-spatialscalability%E2%91%A3",
151156
"https://www.w3.org/TR/media-capabilities/#ref-for-dictdef-mediadecodingconfiguration%E2%91%A6",
152157
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-media-source%E2%91%A4",
153158
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediadecodingtype-file%E2%91%A4",
@@ -500,7 +505,7 @@
500505
"https://www.w3.org/TR/media-capabilities/#example2",
501506
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilities-encodinginfo%E2%91%A0",
502507
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-mediacapabilities-encodinginfo%E2%91%A1",
503-
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-scalabilitymode%E2%91%A2",
508+
"https://www.w3.org/TR/media-capabilities/#ref-for-dom-videoconfiguration-scalabilitymode%E2%91%A3",
504509
"https://www.w3.org/TR/media-capabilities/#example-60212754",
505510
"https://www.w3.org/TR/media-capabilities/#example-264e78d6",
506511
"https://www.w3.org/TR/media-capabilities/#w3c-conformance",

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-22T01:36:58.516Z",
4+
"date": "2025-06-23T01:37:18.545Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -756,7 +756,7 @@
756756
"https://aomediacodec.github.io/av1-spec/"
757757
],
758758
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
759-
"date": "22 June 2025",
759+
"date": "23 June 2025",
760760
"links": "links/av1-spec.json",
761761
"cddl": []
762762
},
@@ -2356,11 +2356,11 @@
23562356
],
23572357
"crawled": "https://www.w3.org/TR/CSP3/",
23582358
"crawlCacheInfo": {
2359-
"lastModified": "Fri, 06 Jun 2025 12:32:33 GMT"
2359+
"lastModified": "Sun, 22 Jun 2025 12:11:41 GMT"
23602360
},
23612361
"generator": "bikeshed",
2362-
"date": "6 June 2025",
2363-
"revision": "7690298f0b33a424c17955dad00c0be7d164b1f3",
2362+
"date": "22 June 2025",
2363+
"revision": "a4418990e19014f6c920b15f849cfe4ef6f4652d",
23642364
"algorithms": "algorithms/CSP3.json",
23652365
"links": "links/CSP3.json",
23662366
"refs": "refs/CSP3.json",
@@ -13875,11 +13875,11 @@
1387513875
],
1387613876
"crawled": "https://www.w3.org/TR/media-capabilities/",
1387713877
"crawlCacheInfo": {
13878-
"lastModified": "Fri, 20 Jun 2025 19:33:39 GMT"
13878+
"lastModified": "Sun, 22 Jun 2025 07:25:43 GMT"
1387913879
},
1388013880
"generator": "bikeshed",
13881-
"date": "20 June 2025",
13882-
"revision": "7fa1de1a050b925b9d9e3479b233e1af1c13270d",
13881+
"date": "22 June 2025",
13882+
"revision": "71963bf852808f4583c36b69d3376f95f54442cd",
1388313883
"algorithms": "algorithms/media-capabilities.json",
1388413884
"links": "links/media-capabilities.json",
1388513885
"refs": "refs/media-capabilities.json",

tr/links/CSP3.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,13 +424,11 @@
424424
"implements",
425425
"new",
426426
"exceptiondef-evalerror",
427-
"Exposed",
428-
"Default",
429-
"idl-object",
430427
"idl-USVString",
431428
"idl-DOMString",
432429
"idl-unsigned-short",
433-
"idl-unsigned-long"
430+
"idl-unsigned-long",
431+
"Exposed"
434432
]
435433
},
436434
"https://www.w3.org/TR/css-cascade-5/": {

0 commit comments

Comments
 (0)