Skip to content

Commit 7d3726f

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.1.7.
1 parent 6a59b1e commit 7d3726f

14 files changed

+119
-107
lines changed

tr/algorithms/media-source-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"html": "If <var data-type=\"DOMString\">type</var> contains a MIME type that is not supported or contains a MIME type that is\n not supported with the types specified for the other <a data-link-type=\"idl\" data-lt=\"SourceBuffer\" href=\"https://www.w3.org/TR/media-source-2/#dom-sourcebuffer\" class=\"internalDFN\" id=\"ref-for-dom-sourcebuffer-20\"><code>SourceBuffer</code></a> objects in\n <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/media-source-2/#dom-mediasource-sourcebuffers\" class=\"internalDFN\" id=\"ref-for-dom-mediasource-sourcebuffers-8\"><code>sourceBuffers</code></a>, then throw a <a data-link-type=\"exception\" data-lt=\"NotSupportedError\" href=\"https://webidl.spec.whatwg.org/#notsupportederror\"><code>NotSupportedError</code></a> exception and abort these\n steps."
6767
},
6868
{
69-
"html": "If the user agent can't handle any more SourceBuffer objects or if creating a\n SourceBuffer based on <var data-type=\"DOMString\">type</var> would result in an unsupported <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/media-source-2/#dfn-sourcebuffer-configuration\" class=\"internalDFN\" id=\"ref-for-dfn-sourcebuffer-configuration-1\">SourceBuffer configuration</a>,\n then throw a <a data-link-type=\"exception\" data-lt=\"QuotaExceededError\" href=\"https://webidl.spec.whatwg.org/#quotaexceedederror\"><code>QuotaExceededError</code></a> exception and abort these steps."
69+
"html": "If the user agent can't handle any more SourceBuffer objects or if creating a\n SourceBuffer based on <var data-type=\"DOMString\">type</var> would result in an unsupported <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/media-source-2/#dfn-sourcebuffer-configuration\" class=\"internalDFN\" id=\"ref-for-dfn-sourcebuffer-configuration-1\">SourceBuffer configuration</a>,\n then throw a <a data-link-type=\"interface\" data-lt=\"QuotaExceededError\" href=\"https://webidl.spec.whatwg.org/#quotaexceedederror\"><code>QuotaExceededError</code></a> exception and abort these steps."
7070
},
7171
{
7272
"html": "If the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/media-source-2/#dom-mediasource-readystate\" class=\"internalDFN\" id=\"ref-for-dom-mediasource-readystate-9\"><code>readyState</code></a> attribute is not in the \"<a data-link-type=\"idl\" href=\"https://www.w3.org/TR/media-source-2/#dom-readystate-open\" class=\"internalDFN\" id=\"ref-for-dom-readystate-open-4\"><code>open</code></a>\" state\n then throw an <a data-link-type=\"exception\" data-lt=\"InvalidStateError\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\"><code>InvalidStateError</code></a> exception and abort these steps."
@@ -1347,7 +1347,7 @@
13471347
"html": "Run the <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/media-source-2/#dfn-coded-frame-eviction\" class=\"internalDFN\" id=\"ref-for-dfn-coded-frame-eviction-1\">coded frame eviction</a> algorithm."
13481348
},
13491349
{
1350-
"html": "<p>\n If the <a data-link-type=\"attribute\" data-lt=\"[[buffer full flag]]\" href=\"https://www.w3.org/TR/media-source-2/#dfn-buffer-full-flag\" class=\"internalDFN\" id=\"ref-for-dfn-buffer-full-flag-2\"><code>[[buffer full flag]]</code></a> equals true, then throw a\n <a data-link-type=\"exception\" data-lt=\"QuotaExceededError\" href=\"https://webidl.spec.whatwg.org/#quotaexceedederror\"><code>QuotaExceededError</code></a> exception and abort these steps.\n </p>"
1350+
"html": "<p>\n If the <a data-link-type=\"attribute\" data-lt=\"[[buffer full flag]]\" href=\"https://www.w3.org/TR/media-source-2/#dfn-buffer-full-flag\" class=\"internalDFN\" id=\"ref-for-dfn-buffer-full-flag-2\"><code>[[buffer full flag]]</code></a> equals true, then throw a\n <a data-link-type=\"interface\" data-lt=\"QuotaExceededError\" href=\"https://webidl.spec.whatwg.org/#quotaexceedederror\"><code>QuotaExceededError</code></a> exception and abort these steps.\n </p>"
13511351
}
13521352
]
13531353
},

tr/algorithms/mediasession.json

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

tr/algorithms/webrtc-encoded-transform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"html": "<p>If <var>forStorage</var> is true, then throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#datacloneerror\" id=\"ref-for-datacloneerror\">DataCloneError</a></code>.</p>"
373373
},
374374
{
375-
"html": "<p>Set <var>serialized</var>.<code>[[type]]</code> to the value of <var>value</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type\" id=\"ref-for-dom-rtcencodedvideoframe-type①\">type</a></code>.</p>"
375+
"html": "<p>Set <var>serialized</var>.<code>[[type]]</code> to the value of <var>value</var>.<code>[[type]]</code>.</p>"
376376
},
377377
{
378378
"html": "<p>Set <var>serialized</var>.<code>[[metadata]]</code> to an internal representation of <var>value</var>’s metadata.</p>"
@@ -387,7 +387,7 @@
387387
"rationale": "set",
388388
"steps": [
389389
{
390-
"html": "<p>Set <var>value</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type\" id=\"ref-for-dom-rtcencodedvideoframe-type②\">type</a></code> to <var>serialized</var>.<code>[[type]]</code>.</p>"
390+
"html": "<p>Set <var>value</var>.<code>[[type]]</code> to <var>serialized</var>.<code>[[type]]</code>.</p>"
391391
},
392392
{
393393
"html": "<p>Set <var>value</var>’s metadata to the platform object representation of <var>serialized</var>.<code>[[metadata]]</code>.</p>"
@@ -631,7 +631,7 @@
631631
"html": "<p>If <var>encoder</var> is undefined, reject <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror①\">InvalidStateError</a></code>, abort these steps.</p>"
632632
},
633633
{
634-
"html": "<p>If <var>encoder</var> is not processing video frames, reject <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror②\">InvalidStateError</a></code>, abort these steps.</p>"
634+
"html": "<p>If <var>encoder</var> does not belong to a video <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver\" id=\"ref-for-dom-rtcrtpreceiver①①\">RTCRtpReceiver</a></code>, reject <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror②\">InvalidStateError</a></code>, abort these steps.</p>"
635635
},
636636
{
637637
"html": "<p>If <var>rid</var> is defined, but does not conform to the grammar requirements specified\nin Section 10 of <a data-link-type=\"biblio\" href=\"https://www.w3.org/TR/webrtc-encoded-transform/#biblio-rfc8851\" title=\"RTP Payload Format Restrictions\">[RFC8851]</a>, then reject <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror\">TypeError</a></code> and abort\nthese steps.</p>"
@@ -720,7 +720,7 @@
720720
"html": "<p>If <var>depacketizer</var> is undefined, reject <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror③\">InvalidStateError</a></code>, abort these steps.</p>"
721721
},
722722
{
723-
"html": "<p>If <var>depacketizer</var> does not belong to a video <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver\" id=\"ref-for-dom-rtcrtpreceiver①\">RTCRtpReceiver</a></code>, reject <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror④\">InvalidStateError</a></code>, abort these steps.</p>"
723+
"html": "<p>If <var>depacketizer</var> does not belong to a video <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver\" id=\"ref-for-dom-rtcrtpreceiver①\">RTCRtpReceiver</a></code>, reject <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror④\">InvalidStateError</a></code>, abort these steps.</p>"
724724
},
725725
{
726726
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel④\">In parallel</a>, run the following steps:",

tr/ids/did-resolution.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,8 +922,8 @@
922922
"https://www.w3.org/TR/did-resolution/#bib-rfc2119",
923923
"https://www.w3.org/TR/did-resolution/#bib-rfc3986",
924924
"https://www.w3.org/TR/did-resolution/#bib-rfc4122",
925-
"https://www.w3.org/TR/did-resolution/#bib-rfc7231",
926925
"https://www.w3.org/TR/did-resolution/#bib-rfc8174",
926+
"https://www.w3.org/TR/did-resolution/#bib-rfc9110",
927927
"https://www.w3.org/TR/did-resolution/#bib-rfc9457",
928928
"https://www.w3.org/TR/did-resolution/#bib-vc-data-model",
929929
"https://www.w3.org/TR/did-resolution/#bib-xmlschema11-2",
@@ -936,6 +936,7 @@
936936
"https://www.w3.org/TR/did-resolution/#bib-hashlink",
937937
"https://www.w3.org/TR/did-resolution/#bib-keri",
938938
"https://www.w3.org/TR/did-resolution/#bib-rfc3339",
939+
"https://www.w3.org/TR/did-resolution/#bib-rfc7231",
939940
"https://www.w3.org/TR/did-resolution/#back-to-top"
940941
]
941942
}

tr/ids/webrtc-encoded-transform.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@
352352
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-serializable-objects",
353353
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-serialization-steps",
354354
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-datacloneerror",
355-
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcencodedvideoframe-type%E2%91%A0",
356355
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-sub-serialization",
357356
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-deserialization-steps",
358-
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcencodedvideoframe-type%E2%91%A1",
359357
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-sub-deserialization",
360358
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-abstract-opdef-writeencodeddata%E2%91%A2",
361359
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-structuredclone",
@@ -511,6 +509,7 @@
511509
"https://www.w3.org/TR/webrtc-encoded-transform/#KeyFrame-algorithms",
512510
"https://www.w3.org/TR/webrtc-encoded-transform/#abstract-opdef-generate-key-frame-algorithm",
513511
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A0",
512+
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A0%E2%91%A0",
514513
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A1",
515514
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-exceptiondef-typeerror",
516515
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A2",
@@ -523,7 +522,7 @@
523522
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-rtcrtpscripttransformer%E2%91%A8",
524523
"https://www.w3.org/TR/webrtc-encoded-transform/#abstract-opdef-send-request-key-frame-algorithm",
525524
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A2",
526-
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A0%E2%91%A0",
525+
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A0%E2%91%A1",
527526
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A3",
528527
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A3",
529528
"https://www.w3.org/TR/webrtc-encoded-transform/#ref-for-resolve%E2%91%A0",

tr/index.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-08-21T01:36:25.881Z",
4+
"date": "2025-08-22T01:36:36.395Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -768,7 +768,7 @@
768768
"https://aomediacodec.github.io/av1-spec/"
769769
],
770770
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
771-
"date": "21 August 2025",
771+
"date": "22 August 2025",
772772
"links": "links/av1-spec.json",
773773
"cddl": []
774774
},
@@ -10441,11 +10441,11 @@
1044110441
],
1044210442
"crawled": "https://www.w3.org/TR/did-resolution/",
1044310443
"crawlCacheInfo": {
10444-
"lastModified": "Sun, 03 Aug 2025 13:06:56 GMT"
10444+
"lastModified": "Thu, 21 Aug 2025 08:33:27 GMT"
1044510445
},
1044610446
"generator": "respec",
10447-
"date": "03 August 2025",
10448-
"revision": "df6f467b2d22d6016c9bb69429ce467a5e1e1156",
10447+
"date": "21 August 2025",
10448+
"revision": "7604f422ca1608ab9af0263ca9ae71f2d86d2d1c",
1044910449
"algorithms": "algorithms/did-resolution.json",
1045010450
"links": "links/did-resolution.json",
1045110451
"refs": "refs/did-resolution.json",
@@ -10502,11 +10502,11 @@
1050210502
],
1050310503
"crawled": "https://www.w3.org/TR/digital-credentials/",
1050410504
"crawlCacheInfo": {
10505-
"lastModified": "Wed, 20 Aug 2025 00:33:34 GMT"
10505+
"lastModified": "Fri, 22 Aug 2025 00:19:42 GMT"
1050610506
},
1050710507
"generator": "respec",
10508-
"date": "20 August 2025",
10509-
"revision": "3e4acc90ab326a7f143ef092189546f33402ec2d",
10508+
"date": "22 August 2025",
10509+
"revision": "1ed442b8e1f8f0a506a8fdc6bb47db30258fb7b2",
1051010510
"algorithms": "algorithms/digital-credentials.json",
1051110511
"links": "links/digital-credentials.json",
1051210512
"refs": "refs/digital-credentials.json",
@@ -11312,11 +11312,11 @@
1131211312
],
1131311313
"crawled": "https://www.w3.org/TR/encrypted-media-2/",
1131411314
"crawlCacheInfo": {
11315-
"lastModified": "Fri, 04 Apr 2025 09:21:10 GMT"
11315+
"lastModified": "Thu, 21 Aug 2025 09:39:59 GMT"
1131611316
},
1131711317
"generator": "respec",
11318-
"date": "04 April 2025",
11319-
"revision": "8a78098555342cf87d277bd94863cadf948c231c",
11318+
"date": "21 August 2025",
11319+
"revision": "1b9ea6db1992c2c783b5728416906bcf55e2fcba",
1132011320
"algorithms": "algorithms/encrypted-media-2.json",
1132111321
"links": "links/encrypted-media-2.json",
1132211322
"refs": "refs/encrypted-media-2.json",
@@ -14087,11 +14087,11 @@
1408714087
],
1408814088
"crawled": "https://www.w3.org/TR/media-capabilities/",
1408914089
"crawlCacheInfo": {
14090-
"lastModified": "Wed, 09 Jul 2025 16:29:39 GMT"
14090+
"lastModified": "Thu, 21 Aug 2025 10:07:48 GMT"
1409114091
},
1409214092
"generator": "bikeshed",
14093-
"date": "9 July 2025",
14094-
"revision": "854850c19200f88b0f83c159f41b1b557367dac7",
14093+
"date": "21 August 2025",
14094+
"revision": "e951632f5579de738e4b045a3cdeaa9439e59aa1",
1409514095
"algorithms": "algorithms/media-capabilities.json",
1409614096
"links": "links/media-capabilities.json",
1409714097
"refs": "refs/media-capabilities.json",
@@ -14153,11 +14153,11 @@
1415314153
],
1415414154
"crawled": "https://www.w3.org/TR/media-source-2/",
1415514155
"crawlCacheInfo": {
14156-
"lastModified": "Thu, 17 Apr 2025 09:55:44 GMT"
14156+
"lastModified": "Thu, 21 Aug 2025 10:08:02 GMT"
1415714157
},
1415814158
"generator": "respec",
14159-
"date": "17 April 2025",
14160-
"revision": "c33759dc5cbbe0a91dd4b1b27308e7a3ddfc36e2",
14159+
"date": "21 August 2025",
14160+
"revision": "3b3254f4709e3f55e83452b635a875e63795b405",
1416114161
"algorithms": "algorithms/media-source-2.json",
1416214162
"links": "links/media-source-2.json",
1416314163
"refs": "refs/media-source-2.json",
@@ -14735,11 +14735,11 @@
1473514735
],
1473614736
"crawled": "https://www.w3.org/TR/mediasession/",
1473714737
"crawlCacheInfo": {
14738-
"lastModified": "Wed, 30 Apr 2025 14:23:29 GMT"
14738+
"lastModified": "Thu, 21 Aug 2025 10:08:24 GMT"
1473914739
},
1474014740
"generator": "bikeshed",
14741-
"date": "30 April 2025",
14742-
"revision": "d9f088ff994d65c8b23a86019a2ecd92a6acfde5",
14741+
"date": "21 August 2025",
14742+
"revision": "32f3e12dc3cefb978f03cabb333c7d8b6e8d91b1",
1474314743
"algorithms": "algorithms/mediasession.json",
1474414744
"links": "links/mediasession.json",
1474514745
"refs": "refs/mediasession.json",
@@ -23946,11 +23946,11 @@
2394623946
],
2394723947
"crawled": "https://www.w3.org/TR/webrtc-encoded-transform/",
2394823948
"crawlCacheInfo": {
23949-
"lastModified": "Thu, 10 Jul 2025 14:59:18 GMT"
23949+
"lastModified": "Thu, 21 Aug 2025 14:59:42 GMT"
2395023950
},
2395123951
"generator": "bikeshed",
23952-
"date": "10 July 2025",
23953-
"revision": "9cf200fc0b97c48a1a2e694bbb41eca29634ff0b",
23952+
"date": "21 August 2025",
23953+
"revision": "aeceff85acba2457effbd857f87b80d2972d7afe",
2395423954
"algorithms": "algorithms/webrtc-encoded-transform.json",
2395523955
"links": "links/webrtc-encoded-transform.json",
2395623956
"refs": "refs/webrtc-encoded-transform.json",

tr/links/did-resolution.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"https://github.com/w3c/did-resolution/issues/?q=is%3Aissue+is%3Aopen+label%3A%22editorial%22": {},
2828
"https://github.com/w3c/did-resolution/issues/?q=is%3Aissue+is%3Aopen+label%3A%22enhancement%22": {},
2929
"https://github.com/w3c/did-resolution/issues/?q=is%3Aissue+is%3Aopen+label%3A%22pending-close%22": {},
30+
"https://github.com/w3c/did-resolution/issues/?q=is%3Aissue+is%3Aopen+label%3A%22pr-exists%22": {},
3031
"https://github.com/w3c/did-resolution/issues/?q=is%3Aissue+is%3Aopen+label%3A%22security%22": {},
3132
"https://github.com/w3c/did-spec/issues/166": {
3233
"anchors": [
@@ -35,6 +36,7 @@
3536
},
3637
"https://github.com/w3c/did-spec/pull/55": {},
3738
"https://httpwg.org/specs/rfc7231.html": {},
39+
"https://httpwg.org/specs/rfc9110.html": {},
3840
"https://identity.foundation/peer-did-method-spec/": {},
3941
"https://infra.spec.whatwg.org/": {
4042
"anchors": [
@@ -117,7 +119,7 @@
117119
"sec-Disclosure"
118120
]
119121
},
120-
"https://www.w3.org/policies/process/20231103/": {
122+
"https://www.w3.org/policies/process/20250818/": {
121123
"anchors": [
122124
"recs-and-notes"
123125
]

tr/links/digital-credentials.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"https://github.com/w3c-fedid/digital-credentials/issues/?q=is%3Aissue+is%3Aopen+label%3A%22enhancement%22": {},
3939
"https://github.com/w3c-fedid/digital-credentials/issues/?q=is%3Aissue+is%3Aopen+label%3A%22privacy-considerations%22": {},
4040
"https://github.com/w3c-fedid/digital-credentials/issues/?q=is%3Aissue+is%3Aopen+label%3A%22privacy-tracker%22": {},
41+
"https://github.com/w3c-fedid/digital-credentials/issues/?q=is%3Aissue+is%3Aopen+label%3A%22registry%22": {},
4142
"https://github.com/w3c-fedid/digital-credentials/issues/?q=is%3Aissue+is%3Aopen+label%3A%22security-considerations%22": {},
4243
"https://github.com/w3c-fedid/digital-credentials/issues/?q=is%3Aissue+is%3Aopen+label%3A%22security-tracker%22": {},
4344
"https://github.com/w3c-fedid/digital-credentials/issues/?q=is%3Aissue+is%3Aopen+label%3A%22spec%22": {},
@@ -86,7 +87,6 @@
8687
"https://www.w3.org/TR/permissions/": {},
8788
"https://www.w3.org/TR/privacy-principles/": {
8889
"anchors": [
89-
"dfn-user-agent-duties",
9090
"purpose-limitation",
9191
"data-minimization"
9292
]
@@ -221,6 +221,11 @@
221221
"dfn-express-permission"
222222
]
223223
},
224+
"https://www.w3.org/TR/privacy-principles/": {
225+
"anchors": [
226+
"dfn-user-agent-duties"
227+
]
228+
},
224229
"https://www.w3.org/TR/vc-data-model-2.0/": {
225230
"anchors": [
226231
"dfn-claims",
@@ -233,7 +238,8 @@
233238
"https://www.w3.org/TR/vc-data-model/": {
234239
"anchors": [
235240
"dfn-holders",
236-
"dfn-verifier"
241+
"dfn-verifier",
242+
"dfn-issuers"
237243
]
238244
},
239245
"https://www.w3.org/policies/process/": {

tr/links/encrypted-media-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"sec-Disclosure"
6767
]
6868
},
69-
"https://www.w3.org/policies/process/20231103/": {
69+
"https://www.w3.org/policies/process/20250818/": {
7070
"anchors": [
7171
"recs-and-notes"
7272
]

tr/links/media-capabilities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"sec-Disclosure"
4545
]
4646
},
47-
"https://www.w3.org/policies/process/20231103/": {
47+
"https://www.w3.org/policies/process/20250818/": {
4848
"anchors": [
4949
"recs-and-notes"
5050
]

0 commit comments

Comments
 (0)