Skip to content

Commit 1a6c199

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.3.
1 parent 5476aad commit 1a6c199

File tree

6 files changed

+69
-42
lines changed

6 files changed

+69
-42
lines changed

tr/algorithms/badging.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"steps": [
5757
{
5858
"case": "contents was not passed:",
59-
"html": "<a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-setting\" class=\"internalDFN\" id=\"ref-for-dfn-setting-12\">Set</a> <var>badge</var> to <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-flag\" class=\"internalDFN\" id=\"ref-for-dfn-flag-3\">\"flag\"</a>."
59+
"html": "<a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-setting\" class=\"internalDFN\" id=\"ref-for-dfn-setting-12\">Set</a> <var>badge</var> to <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-flag\" class=\"internalDFN\" id=\"ref-for-dfn-flag-10\">\"flag\"</a>."
6060
},
6161
{
6262
"case": "contents is 0:",
63-
"html": "<a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-setting\" class=\"internalDFN\" id=\"ref-for-dfn-setting-13\">Set</a> <var>badge</var> to <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-nothing\" class=\"internalDFN\" id=\"ref-for-dfn-nothing-4\">\"nothing\"</a>."
63+
"html": "<a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-setting\" class=\"internalDFN\" id=\"ref-for-dfn-setting-13\">Set</a> <var>badge</var> to <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-nothing\" class=\"internalDFN\" id=\"ref-for-dfn-nothing-5\">\"nothing\"</a>."
6464
},
6565
{
6666
"case": "contents:",

tr/algorithms/permissions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{
9292
"name": "default permission key generation algorithm",
9393
"href": "https://www.w3.org/TR/permissions/#dfn-default-permission-key-generation-algorithm",
94-
"html": "The <dfn class=\"export\" data-export=\"\" id=\"dfn-default-permission-key-generation-algorithm\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">default permission key generation algorithm</dfn>, given an\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\">origin</a> <var>origin</var> and an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\">origin</a> <var>embedded origin</var>, runs the following steps:",
94+
"html": "The <dfn class=\"export\" data-export=\"\" id=\"dfn-default-permission-key-generation-algorithm\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">default permission key generation algorithm</dfn>, given an\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\">origin</a> <var>origin</var> and an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\">origin</a> <var>embedded origin</var>, runs the following steps:",
9595
"rationale": ".algorithm",
9696
"steps": [
9797
{
@@ -164,7 +164,7 @@
164164
]
165165
},
166166
{
167-
"html": "Let <var>key</var> be the result of <a data-link-type=\"dfn|abstract-op\" data-lt=\"permission key generation algorithm\" href=\"https://www.w3.org/TR/permissions/#dfn-permission-key-generation-algorithm\" class=\"internalDFN\" id=\"ref-for-dfn-permission-key-generation-algorithm-3\">generating a permission key</a> for <var data-type=\"PermissionDescriptor\">descriptor</var> with <var>settings</var>'s\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin\">top-level origin</a> and <var>settings</var>'s\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\">origin</a>."
167+
"html": "Let <var>key</var> be the result of <a data-link-type=\"dfn|abstract-op\" data-lt=\"permission key generation algorithm\" href=\"https://www.w3.org/TR/permissions/#dfn-permission-key-generation-algorithm\" class=\"internalDFN\" id=\"ref-for-dfn-permission-key-generation-algorithm-3\">generating a permission key</a> for <var data-type=\"PermissionDescriptor\">descriptor</var> with <var>settings</var>'s\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin\">top-level origin</a> and <var>settings</var>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\">origin</a>."
168168
},
169169
{
170170
"html": "Let <var>entry</var> be the result of <a data-link-type=\"dfn|abstract-op\" data-lt=\"get a permission store entry\" href=\"https://www.w3.org/TR/permissions/#dfn-get-a-permission-store-entry\" class=\"internalDFN\" id=\"ref-for-dfn-get-a-permission-store-entry-1\">getting a permission store entry</a> with <var data-type=\"PermissionDescriptor\">descriptor</var> and <var>key</var>."
@@ -470,7 +470,7 @@
470470
"html": "Let <var>origin</var> be the value of the <code>origin</code> field of <var>command parameters</var>."
471471
},
472472
{
473-
"html": "Let <var>embedded origin</var> be the value of the <code>embeddedOrigin</code> field of\n <var>command parameters</var>, if present, and <var>origin</var> otherwise."
473+
"html": "Let <var>embedded origin</var> be the value of the <code>embeddedOrigin</code> field of <var>command\n parameters</var>, if present, and <var>origin</var> otherwise."
474474
},
475475
{
476476
"html": "Let <var>key</var> be the result of <a data-link-type=\"dfn|abstract-op\" data-lt=\"permission key generation algorithm\" href=\"https://www.w3.org/TR/permissions/#dfn-permission-key-generation-algorithm\" class=\"internalDFN\" id=\"ref-for-dfn-permission-key-generation-algorithm-7\">generating a permission key</a> for <var>descriptor</var> with <var>origin</var> and\n <var>embedded origin</var>."

tr/headings/badging.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@
5959
],
6060
"number": "4"
6161
},
62+
{
63+
"id": "implementation-considerations-for-platform-limitations",
64+
"href": "https://www.w3.org/TR/badging/#implementation-considerations-for-platform-limitations",
65+
"level": 3,
66+
"title": "Implementation considerations for platform limitations",
67+
"alternateIds": [
68+
"x4-1-implementation-considerations-for-platform-limitations"
69+
],
70+
"number": "4.1"
71+
},
6272
{
6373
"id": "extensions-to-the-navigator-and-workernavigator-interfaces",
6474
"href": "https://www.w3.org/TR/badging/#extensions-to-the-navigator-and-workernavigator-interfaces",

tr/ids/badging.json

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,37 +35,54 @@
3535
"https://www.w3.org/TR/badging/#dfn-values",
3636
"https://www.w3.org/TR/badging/#dfn-nothing",
3737
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-4",
38+
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-2",
3839
"https://www.w3.org/TR/badging/#dfn-flag",
3940
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-5",
41+
"https://www.w3.org/TR/badging/#ref-for-dfn-nothing-1",
4042
"https://www.w3.org/TR/badging/#dfn-number",
4143
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-6",
42-
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-2",
43-
"https://www.w3.org/TR/badging/#ref-for-dfn-nothing-1",
44+
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-3",
4445
"https://www.w3.org/TR/badging/#ref-for-dfn-nothing-2",
46+
"https://www.w3.org/TR/badging/#ref-for-dfn-nothing-3",
4547
"https://www.w3.org/TR/badging/#presentation",
4648
"https://www.w3.org/TR/badging/#displaying-a-badge",
4749
"https://www.w3.org/TR/badging/#dfn-setting",
48-
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-3",
49-
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-7",
5050
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-4",
51+
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-7",
52+
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-5",
5153
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-8",
5254
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-1",
53-
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-5",
55+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-2",
56+
"https://www.w3.org/TR/badging/#ref-for-dfn-clear-2",
57+
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-6",
5458
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-9",
55-
"https://www.w3.org/TR/badging/#ref-for-dfn-nothing-3",
59+
"https://www.w3.org/TR/badging/#ref-for-dfn-nothing-4",
5660
"https://www.w3.org/TR/badging/#dfn-clear",
57-
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-6",
5861
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-7",
62+
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-8",
5963
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-10",
6064
"https://www.w3.org/TR/badging/#ref-for-dfn-number-1",
6165
"https://www.w3.org/TR/badging/#ref-for-dfn-number-2",
6266
"https://www.w3.org/TR/badging/#ref-for-dfn-values-1",
6367
"https://www.w3.org/TR/badging/#ref-for-dfn-values-2",
6468
"https://www.w3.org/TR/badging/#ref-for-dfn-number-3",
6569
"https://www.w3.org/TR/badging/#ref-for-dfn-values-3",
66-
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-2",
70+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-3",
6771
"https://www.w3.org/TR/badging/#ref-for-dfn-number-4",
68-
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-8",
72+
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-9",
73+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-4",
74+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-5",
75+
"https://www.w3.org/TR/badging/#ref-for-dfn-number-5",
76+
"https://www.w3.org/TR/badging/#ref-for-dfn-clear-3",
77+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-6",
78+
"https://www.w3.org/TR/badging/#implementation-considerations-for-platform-limitations",
79+
"https://www.w3.org/TR/badging/#x4-1-implementation-considerations-for-platform-limitations",
80+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-7",
81+
"https://www.w3.org/TR/badging/#ref-for-dfn-clear-4",
82+
"https://www.w3.org/TR/badging/#ref-for-dfn-number-6",
83+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-8",
84+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-9",
85+
"https://www.w3.org/TR/badging/#ref-for-dfn-clear-5",
6986
"https://www.w3.org/TR/badging/#extensions-to-the-navigator-and-workernavigator-interfaces",
7087
"https://www.w3.org/TR/badging/#x5-extensions-to-the-navigator-and-workernavigator-interfaces",
7188
"https://www.w3.org/TR/badging/#webidl-2010472476",
@@ -93,25 +110,25 @@
93110
"https://www.w3.org/TR/badging/#dfn-set-the-application-badge",
94111
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-11",
95112
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-12",
96-
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-3",
113+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-10",
97114
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-13",
98-
"https://www.w3.org/TR/badging/#ref-for-dfn-nothing-4",
115+
"https://www.w3.org/TR/badging/#ref-for-dfn-nothing-5",
99116
"https://www.w3.org/TR/badging/#ref-for-dfn-setting-14",
100117
"https://www.w3.org/TR/badging/#privacy-considerations",
101118
"https://www.w3.org/TR/badging/#x7-privacy-considerations",
102119
"https://www.w3.org/TR/badging/#security-considerations",
103120
"https://www.w3.org/TR/badging/#x8-security-considerations",
104-
"https://www.w3.org/TR/badging/#ref-for-dfn-clear-2",
105-
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-9",
121+
"https://www.w3.org/TR/badging/#ref-for-dfn-clear-6",
122+
"https://www.w3.org/TR/badging/#ref-for-dfn-badge-10",
106123
"https://www.w3.org/TR/badging/#ref-for-dfn-set-the-application-badge-3",
107-
"https://www.w3.org/TR/badging/#ref-for-dfn-clear-3",
124+
"https://www.w3.org/TR/badging/#ref-for-dfn-clear-7",
108125
"https://www.w3.org/TR/badging/#accessibility-considerations",
109126
"https://www.w3.org/TR/badging/#x9-accessibility-considerations",
110127
"https://www.w3.org/TR/badging/#screen-reader-compatibility",
111128
"https://www.w3.org/TR/badging/#x9-1-screen-reader-compatibility",
112129
"https://www.w3.org/TR/badging/#ref-for-dfn-values-4",
113-
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-4",
114-
"https://www.w3.org/TR/badging/#ref-for-dfn-number-5",
130+
"https://www.w3.org/TR/badging/#ref-for-dfn-flag-11",
131+
"https://www.w3.org/TR/badging/#ref-for-dfn-number-7",
115132
"https://www.w3.org/TR/badging/#visual-accessibility",
116133
"https://www.w3.org/TR/badging/#x9-2-visual-accessibility",
117134
"https://www.w3.org/TR/badging/#platform-integration-and-user-preferences",

tr/index.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-10-06T01:36:15.038Z",
4+
"date": "2025-10-07T01:37:05.208Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -786,7 +786,7 @@
786786
"https://aomediacodec.github.io/av1-spec/"
787787
],
788788
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
789-
"date": "6 October 2025",
789+
"date": "7 October 2025",
790790
"links": "links/av1-spec.json",
791791
"cddl": []
792792
},
@@ -1454,11 +1454,11 @@
14541454
],
14551455
"crawled": "https://www.w3.org/TR/badging/",
14561456
"crawlCacheInfo": {
1457-
"lastModified": "Tue, 30 Sep 2025 07:01:52 GMT"
1457+
"lastModified": "Mon, 06 Oct 2025 16:48:42 GMT"
14581458
},
14591459
"generator": "respec",
1460-
"date": "30 September 2025",
1461-
"revision": "f04f961b3226add6047d6225015b00b4d2b35e26",
1460+
"date": "06 October 2025",
1461+
"revision": "6b000cf54e27793d0529a1663ddccd0cd6d96f0a",
14621462
"algorithms": "algorithms/badging.json",
14631463
"links": "links/badging.json",
14641464
"refs": "refs/badging.json",
@@ -10767,11 +10767,11 @@
1076710767
],
1076810768
"crawled": "https://www.w3.org/TR/digital-credentials/",
1076910769
"crawlCacheInfo": {
10770-
"lastModified": "Wed, 01 Oct 2025 22:31:43 GMT"
10770+
"lastModified": "Mon, 06 Oct 2025 14:55:50 GMT"
1077110771
},
1077210772
"generator": "respec",
10773-
"date": "01 October 2025",
10774-
"revision": "8b395723e4335fa1121f55066a052e74be89d07d",
10773+
"date": "06 October 2025",
10774+
"revision": "67bf63ddeb8cdbcdb8831d86d17a9589e49d4953",
1077510775
"algorithms": "algorithms/digital-credentials.json",
1077610776
"links": "links/digital-credentials.json",
1077710777
"refs": "refs/digital-credentials.json",
@@ -14288,11 +14288,11 @@
1428814288
],
1428914289
"crawled": "https://www.w3.org/TR/mathml4/",
1429014290
"crawlCacheInfo": {
14291-
"lastModified": "Sun, 05 Oct 2025 11:46:43 GMT"
14291+
"lastModified": "Mon, 06 Oct 2025 18:12:17 GMT"
1429214292
},
1429314293
"generator": "respec",
14294-
"date": "05 October 2025",
14295-
"revision": "13ab1d9fcc1caa070ed9104365a83719e184d1cf",
14294+
"date": "06 October 2025",
14295+
"revision": "c39ac785f928bd81580f73f9cbed4ff5c1ae79c1",
1429614296
"algorithms": "algorithms/mathml4.json",
1429714297
"links": "links/mathml4.json",
1429814298
"refs": "refs/mathml4.json",
@@ -16714,11 +16714,11 @@
1671416714
],
1671516715
"crawled": "https://www.w3.org/TR/permissions-policy-1/",
1671616716
"crawlCacheInfo": {
16717-
"lastModified": "Wed, 06 Aug 2025 14:21:35 GMT"
16717+
"lastModified": "Mon, 06 Oct 2025 16:42:28 GMT"
1671816718
},
1671916719
"generator": "bikeshed",
16720-
"date": "6 August 2025",
16721-
"revision": "29efab070252e4f9719ba41f54f982cc458d5465",
16720+
"date": "6 October 2025",
16721+
"revision": "876a190b0328dc3bc27566596c910a5bd91cfb3d",
1672216722
"algorithms": "algorithms/permissions-policy-1.json",
1672316723
"links": "links/permissions-policy-1.json",
1672416724
"refs": "refs/permissions-policy-1.json",
@@ -16779,11 +16779,11 @@
1677916779
],
1678016780
"crawled": "https://www.w3.org/TR/permissions/",
1678116781
"crawlCacheInfo": {
16782-
"lastModified": "Fri, 03 Oct 2025 21:01:47 GMT"
16782+
"lastModified": "Mon, 06 Oct 2025 17:08:23 GMT"
1678316783
},
1678416784
"generator": "respec",
16785-
"date": "03 October 2025",
16786-
"revision": "054e127f899d25153f3f273091965c434575ddde",
16785+
"date": "06 October 2025",
16786+
"revision": "0051a836a92c4f8e37d016f261bbbed5b6312b96",
1678716787
"algorithms": "algorithms/permissions.json",
1678816788
"links": "links/permissions.json",
1678916789
"refs": "refs/permissions.json",
@@ -24256,11 +24256,11 @@
2425624256
],
2425724257
"crawled": "https://www.w3.org/TR/webgpu/",
2425824258
"crawlCacheInfo": {
24259-
"lastModified": "Fri, 03 Oct 2025 00:24:54 GMT"
24259+
"lastModified": "Mon, 06 Oct 2025 19:47:19 GMT"
2426024260
},
2426124261
"generator": "bikeshed",
24262-
"date": "3 October 2025",
24263-
"revision": "bbe06e04fc111367ab2051148d900f293701478b",
24262+
"date": "6 October 2025",
24263+
"revision": "880a80e7107ee4dcecd7005bcbda21a4fc341ddb",
2426424264
"algorithms": "algorithms/webgpu.json",
2426524265
"links": "links/webgpu.json",
2426624266
"refs": "refs/webgpu.json",

tr/links/permissions-policy-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"sec-Disclosure"
5454
]
5555
},
56-
"https://www.w3.org/policies/process/20231103/": {
56+
"https://www.w3.org/policies/process/20250818/": {
5757
"anchors": [
5858
"recs-and-notes"
5959
]

0 commit comments

Comments
 (0)