Skip to content

Commit 767d289

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.7.
1 parent 117b9ba commit 767d289

File tree

4 files changed

+29
-30
lines changed

4 files changed

+29
-30
lines changed

ed/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://w3c.github.io/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://w3c.github.io/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://w3c.github.io/webrtc-pc/#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://w3c.github.io/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://w3c.github.io/webrtc-pc/#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://w3c.github.io/webrtc-pc/#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:",

ed/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://w3c.github.io/webrtc-encoded-transform/#ref-for-serializable-objects",
353353
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-serialization-steps",
354354
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-datacloneerror",
355-
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcencodedvideoframe-type%E2%91%A0",
356355
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-sub-serialization",
357356
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-deserialization-steps",
358-
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcencodedvideoframe-type%E2%91%A1",
359357
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-sub-deserialization",
360358
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-abstract-opdef-writeencodeddata%E2%91%A2",
361359
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-structuredclone",
@@ -511,6 +509,7 @@
511509
"https://w3c.github.io/webrtc-encoded-transform/#KeyFrame-algorithms",
512510
"https://w3c.github.io/webrtc-encoded-transform/#abstract-opdef-generate-key-frame-algorithm",
513511
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A0",
512+
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A0%E2%91%A0",
514513
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A1",
515514
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-exceptiondef-typeerror",
516515
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A2",
@@ -523,7 +522,7 @@
523522
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-rtcrtpscripttransformer%E2%91%A8",
524523
"https://w3c.github.io/webrtc-encoded-transform/#abstract-opdef-send-request-key-frame-algorithm",
525524
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A2",
526-
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A0%E2%91%A0",
525+
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-dom-rtcrtpreceiver%E2%91%A0%E2%91%A1",
527526
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-invalidstateerror%E2%91%A3",
528527
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-in-parallel%E2%91%A3",
529528
"https://w3c.github.io/webrtc-encoded-transform/#ref-for-resolve%E2%91%A0",

ed/index.json

Lines changed: 22 additions & 22 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-21T12:54:12.054Z",
4+
"date": "2025-08-21T18:45:06.176Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -2437,7 +2437,7 @@
24372437
],
24382438
"crawled": "https://drafts.csswg.org/css-variables-2/",
24392439
"crawlCacheInfo": {
2440-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
2440+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
24412441
},
24422442
"generator": "bikeshed",
24432443
"date": "5 May 2025",
@@ -14887,9 +14887,9 @@
1488714887
],
1488814888
"crawled": "https://www.rfc-editor.org/rfc/rfc2397",
1488914889
"crawlCacheInfo": {
14890-
"lastModified": "Wed, 20 Aug 2025 14:45:16 GMT"
14890+
"lastModified": "Thu, 21 Aug 2025 00:25:02 GMT"
1489114891
},
14892-
"date": "20 August 2025",
14892+
"date": "21 August 2025",
1489314893
"links": "links/rfc2397.json",
1489414894
"headings": "headings/rfc2397.json",
1489514895
"ids": "ids/rfc2397.json",
@@ -15276,7 +15276,7 @@
1527615276
],
1527715277
"crawled": "https://www.rfc-editor.org/rfc/rfc6797",
1527815278
"crawlCacheInfo": {
15279-
"lastModified": "Wed, 20 Aug 2025 00:31:23 GMT"
15279+
"lastModified": "Wed, 20 Aug 2025 23:30:31 GMT"
1528015280
},
1528115281
"date": "20 August 2025",
1528215282
"links": "links/rfc6797.json",
@@ -16064,9 +16064,9 @@
1606416064
],
1606516065
"crawled": "https://www.rfc-editor.org/rfc/rfc8942",
1606616066
"crawlCacheInfo": {
16067-
"lastModified": "Wed, 20 Aug 2025 10:52:28 GMT"
16067+
"lastModified": "Thu, 21 Aug 2025 13:24:18 GMT"
1606816068
},
16069-
"date": "20 August 2025",
16069+
"date": "21 August 2025",
1607016070
"links": "links/rfc8942.json",
1607116071
"refs": "refs/rfc8942.json",
1607216072
"headings": "headings/rfc8942.json",
@@ -18990,7 +18990,7 @@
1899018990
],
1899118991
"crawled": "https://drafts.csswg.org/css-borders-4/",
1899218992
"crawlCacheInfo": {
18993-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
18993+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
1899418994
},
1899518995
"generator": "bikeshed",
1899618996
"date": "16 July 2025",
@@ -19060,7 +19060,7 @@
1906019060
],
1906119061
"crawled": "https://drafts.csswg.org/css-box-3/",
1906219062
"crawlCacheInfo": {
19063-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
19063+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
1906419064
},
1906519065
"generator": "bikeshed",
1906619066
"date": "4 April 2024",
@@ -19400,7 +19400,7 @@
1940019400
],
1940119401
"crawled": "https://drafts.csswg.org/css-cascade-4/",
1940219402
"crawlCacheInfo": {
19403-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
19403+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
1940419404
},
1940519405
"generator": "bikeshed",
1940619406
"date": "3 June 2025",
@@ -19744,7 +19744,7 @@
1974419744
],
1974519745
"crawled": "https://drafts.csswg.org/css-color-5/",
1974619746
"crawlCacheInfo": {
19747-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
19747+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
1974819748
},
1974919749
"generator": "bikeshed",
1975019750
"date": "20 August 2025",
@@ -20507,7 +20507,7 @@
2050720507
],
2050820508
"crawled": "https://drafts.csswg.org/css-display-3/",
2050920509
"crawlCacheInfo": {
20510-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
20510+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
2051120511
},
2051220512
"generator": "bikeshed",
2051320513
"date": "9 May 2025",
@@ -20922,7 +20922,7 @@
2092220922
],
2092320923
"crawled": "https://drafts.csswg.org/css-fonts-4/",
2092420924
"crawlCacheInfo": {
20925-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
20925+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
2092620926
},
2092720927
"generator": "bikeshed",
2092820928
"date": "7 July 2025",
@@ -21055,7 +21055,7 @@
2105521055
],
2105621056
"crawled": "https://drafts.csswg.org/css-forms-1/",
2105721057
"crawlCacheInfo": {
21058-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
21058+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
2105921059
},
2106021060
"generator": "bikeshed",
2106121061
"date": "1 July 2025",
@@ -23207,7 +23207,7 @@
2320723207
],
2320823208
"crawled": "https://drafts.csswg.org/css-regions-1/",
2320923209
"crawlCacheInfo": {
23210-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
23210+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
2321123211
},
2321223212
"generator": "bikeshed",
2321323213
"date": "3 July 2025",
@@ -24031,7 +24031,7 @@
2403124031
],
2403224032
"crawled": "https://drafts.csswg.org/css-sizing-4/",
2403324033
"crawlCacheInfo": {
24034-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
24034+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
2403524035
},
2403624036
"generator": "bikeshed",
2403724037
"date": "28 March 2025",
@@ -24099,7 +24099,7 @@
2409924099
],
2410024100
"crawled": "https://drafts.csswg.org/css-speech-1/",
2410124101
"crawlCacheInfo": {
24102-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
24102+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
2410324103
},
2410424104
"generator": "bikeshed",
2410524105
"date": "29 October 2024",
@@ -24439,7 +24439,7 @@
2443924439
],
2444024440
"crawled": "https://drafts.csswg.org/css-text-4/",
2444124441
"crawlCacheInfo": {
24442-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
24442+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
2444324443
},
2444424444
"generator": "bikeshed",
2444524445
"date": "8 July 2025",
@@ -24785,7 +24785,7 @@
2478524785
],
2478624786
"crawled": "https://drafts.csswg.org/css-transitions-1/",
2478724787
"crawlCacheInfo": {
24788-
"lastModified": "Thu, 21 Aug 2025 07:41:42 GMT"
24788+
"lastModified": "Thu, 21 Aug 2025 07:41:43 GMT"
2478924789
},
2479024790
"generator": "bikeshed",
2479124791
"date": "27 June 2025",
@@ -39863,11 +39863,11 @@
3986339863
],
3986439864
"crawled": "https://w3c.github.io/webrtc-encoded-transform/",
3986539865
"crawlCacheInfo": {
39866-
"lastModified": "Thu, 10 Jul 2025 14:59:57 GMT"
39866+
"lastModified": "Thu, 21 Aug 2025 15:08:29 GMT"
3986739867
},
3986839868
"generator": "bikeshed",
39869-
"date": "10 July 2025",
39870-
"revision": "9cf200fc0b97c48a1a2e694bbb41eca29634ff0b",
39869+
"date": "21 August 2025",
39870+
"revision": "aeceff85acba2457effbd857f87b80d2972d7afe",
3987139871
"algorithms": "algorithms/webrtc-encoded-transform.json",
3987239872
"links": "links/webrtc-encoded-transform.json",
3987339873
"refs": "refs/webrtc-encoded-transform.json",

ed/links/webrtc-encoded-transform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"sec-Disclosure"
103103
]
104104
},
105-
"https://www.w3.org/policies/process/20231103/": {}
105+
"https://www.w3.org/policies/process/20250818/": {}
106106
},
107107
"autolinks": {
108108
"https://dom.spec.whatwg.org/": {

0 commit comments

Comments
 (0)