Skip to content

Commit 64d803e

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.7.3.
1 parent 2cc846d commit 64d803e

File tree

6 files changed

+31
-20
lines changed

6 files changed

+31
-20
lines changed

ed/algorithms/webrtc.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,10 +2261,7 @@
22612261
"html": "<p>Let <var>choosableCodecs</var> be <var>codecs</var>.</p>"
22622262
},
22632263
{
2264-
"html": "<p>If <var>choosableCodecs</var> is an empty list, set <var>choosableCodecs</var>\n to transceiver.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"RTCRtpTransceiver\" data-xref-for=\"RTCRtpTransceiver\" data-lt=\"[[PreferredCodecs]]\" href=\"https://w3c.github.io/webrtc-pc/#dfn-preferredcodecs\" class=\"internalDFN\" id=\"ref-for-dfn-preferredcodecs-3\"><code>[[PreferredCodecs]]</code></a>\n and exclude any codecs not included in the\n <a data-link-type=\"dfn|abstract-op\" data-link-for=\"RTCRtpSender\" data-xref-for=\"RTCRtpSender\" href=\"https://w3c.github.io/webrtc-pc/#dfn-list-of-implemented-send-codecs\" class=\"internalDFN\" id=\"ref-for-dfn-list-of-implemented-send-codecs-4\">list of implemented send codecs</a>.</p>"
2265-
},
2266-
{
2267-
"html": "<p>If <var>choosableCodecs</var> is still an empty list, set <var>choosableCodecs</var>\n to the <a data-link-type=\"dfn|abstract-op\" data-link-for=\"RTCRtpSender\" data-xref-for=\"RTCRtpSender\" href=\"https://w3c.github.io/webrtc-pc/#dfn-list-of-implemented-send-codecs\" class=\"internalDFN\" id=\"ref-for-dfn-list-of-implemented-send-codecs-5\">list of implemented send codecs</a> for transceiver's kind.</p>"
2264+
"html": "<p>If <var>choosableCodecs</var> is an empty list, set <var>choosableCodecs</var>\n to the <a data-link-type=\"dfn|abstract-op\" data-link-for=\"RTCRtpSender\" data-xref-for=\"RTCRtpSender\" href=\"https://w3c.github.io/webrtc-pc/#dfn-list-of-implemented-send-codecs\" class=\"internalDFN\" id=\"ref-for-dfn-list-of-implemented-send-codecs-4\">list of implemented send codecs</a> for transceiver's kind.</p>"
22682265
},
22692266
{
22702267
"html": "Let <var>N</var> be the number\n of <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"RTCRtpEncodingParameters\" href=\"https://w3c.github.io/webrtc-pc/#dom-rtcrtpencodingparameters\" class=\"internalDFN\" id=\"ref-for-dom-rtcrtpencodingparameters-10\"><code>RTCRtpEncodingParameters</code></a> stored in\n <var>sender</var>.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"RTCRtpSender\" data-xref-for=\"RTCRtpSender\" data-lt=\"[[SendEncodings]]\" href=\"https://w3c.github.io/webrtc-pc/#dfn-sendencodings\" class=\"internalDFN\" id=\"ref-for-dfn-sendencodings-20\"><code>[[SendEncodings]]</code></a>."
@@ -2833,7 +2830,7 @@
28332830
"html": "<p>\n Let <var>codecs</var> be the first argument.\n </p>"
28342831
},
28352832
{
2836-
"html": "<p>\n If <var>codecs</var> is an empty list, set\n <var>transceiver</var>.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"RTCRtpTransceiver\" data-xref-for=\"RTCRtpTransceiver\" data-lt=\"[[PreferredCodecs]]\" href=\"https://w3c.github.io/webrtc-pc/#dfn-preferredcodecs\" class=\"internalDFN\" id=\"ref-for-dfn-preferredcodecs-4\"><code>[[PreferredCodecs]]</code></a> to\n <var>codecs</var> and abort these steps.\n </p>"
2833+
"html": "<p>\n If <var>codecs</var> is an empty list, set\n <var>transceiver</var>.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"RTCRtpTransceiver\" data-xref-for=\"RTCRtpTransceiver\" data-lt=\"[[PreferredCodecs]]\" href=\"https://w3c.github.io/webrtc-pc/#dfn-preferredcodecs\" class=\"internalDFN\" id=\"ref-for-dfn-preferredcodecs-3\"><code>[[PreferredCodecs]]</code></a> to\n <var>codecs</var> and abort these steps.\n </p>"
28372834
},
28382835
{
28392836
"html": "<p>\n Remove any <a data-link-type=\"dfn|abstract-op\" data-lt=\"codec dictionary match\" href=\"https://w3c.github.io/webrtc-pc/#dfn-codec-dictionary-match\" class=\"internalDFN\" id=\"ref-for-dfn-codec-dictionary-match-10\">duplicate</a> values in\n <var>codecs</var>, ensuring that the first occurrence of each\n value remains in place.\n </p>"
@@ -2857,7 +2854,7 @@
28572854
"html": "<p>\n If <var>codecs</var> only contains entries for RTX, RED, FEC\n or Comfort Noise or is an empty set,\n throw <a data-xref-type=\"_IDL_\" data-link-type=\"exception\" data-lt=\"InvalidModificationError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"invalidmodificationerror\" href=\"https://webidl.spec.whatwg.org/#invalidmodificationerror\"><code>InvalidModificationError</code></a>. This ensures that we\n always have something to offer, regardless of\n <var>transceiver</var>.<a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"RTCRtpTransceiver\" data-xref-for=\"RTCRtpTransceiver\" href=\"https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-direction\" class=\"internalDFN\" id=\"ref-for-dom-rtcrtptransceiver-direction-9\"><code>direction</code></a>.\n </p>"
28582855
},
28592856
{
2860-
"html": "<p>\n Set <var>transceiver</var>.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"RTCRtpTransceiver\" data-xref-for=\"RTCRtpTransceiver\" data-lt=\"[[PreferredCodecs]]\" href=\"https://w3c.github.io/webrtc-pc/#dfn-preferredcodecs\" class=\"internalDFN\" id=\"ref-for-dfn-preferredcodecs-5\"><code>[[PreferredCodecs]]</code></a> to\n <var>codecs</var>.\n </p>"
2857+
"html": "<p>\n Set <var>transceiver</var>.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"RTCRtpTransceiver\" data-xref-for=\"RTCRtpTransceiver\" data-lt=\"[[PreferredCodecs]]\" href=\"https://w3c.github.io/webrtc-pc/#dfn-preferredcodecs\" class=\"internalDFN\" id=\"ref-for-dfn-preferredcodecs-4\"><code>[[PreferredCodecs]]</code></a> to\n <var>codecs</var>.\n </p>"
28612858
}
28622859
]
28632860
},

ed/headings/crash-reporting.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@
8080
"title": "Crash Reports",
8181
"number": "3"
8282
},
83+
{
84+
"id": "crash-reports-delivery-priority",
85+
"href": "https://wicg.github.io/crash-reporting/#crash-reports-delivery-priority",
86+
"level": 3,
87+
"title": "Crash Reports Delivery Priority",
88+
"number": "3.1"
89+
},
8390
{
8491
"id": "document-policy",
8592
"href": "https://wicg.github.io/crash-reporting/#document-policy",

ed/ids/crash-reporting.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,15 @@
6262
"https://wicg.github.io/crash-reporting/#ref-for-document%E2%91%A0",
6363
"https://wicg.github.io/crash-reporting/#ref-for-dom-document-visibilitystate",
6464
"https://wicg.github.io/crash-reporting/#ref-for-document%E2%91%A1",
65+
"https://wicg.github.io/crash-reporting/#crash-reports-delivery-priority",
66+
"https://wicg.github.io/crash-reporting/#ref-for-crash-reports%E2%91%A2",
6567
"https://wicg.github.io/crash-reporting/#ref-for-endpoint",
68+
"https://wicg.github.io/crash-reporting/#ref-for-crash-reports%E2%91%A3",
69+
"https://wicg.github.io/crash-reporting/#ref-for-endpoint%E2%91%A0",
70+
"https://wicg.github.io/crash-reporting/#ref-for-crash-reports%E2%91%A4",
71+
"https://wicg.github.io/crash-reporting/#ref-for-endpoint%E2%91%A1",
72+
"https://wicg.github.io/crash-reporting/#ref-for-crash-reports%E2%91%A5",
73+
"https://wicg.github.io/crash-reporting/#example-8ab2445e",
6674
"https://wicg.github.io/crash-reporting/#document-policy",
6775
"https://wicg.github.io/crash-reporting/#ref-for-configuration-point",
6876
"https://wicg.github.io/crash-reporting/#ref-for-concept-document%E2%91%A0",

ed/ids/webrtc.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,13 +2685,11 @@
26852685
"https://w3c.github.io/webrtc-pc/#setparameters-validation",
26862686
"https://w3c.github.io/webrtc-pc/#dfn-setparameters-validation-steps",
26872687
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpsendparameters-encodings-4",
2688-
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpparameters-codecs-1",
26892688
"https://w3c.github.io/webrtc-pc/#setparameters-codec-validation-1",
2689+
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpparameters-codecs-1",
26902690
"https://w3c.github.io/webrtc-pc/#setparameters-codec-validation-2",
2691-
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-preferredcodecs-3",
2692-
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-list-of-implemented-send-codecs-4",
26932691
"https://w3c.github.io/webrtc-pc/#setparameters-codec-validation-3",
2694-
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-list-of-implemented-send-codecs-5",
2692+
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-list-of-implemented-send-codecs-4",
26952693
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpencodingparameters-10",
26962694
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-sendencodings-20",
26972695
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-reject-38",
@@ -3428,7 +3426,7 @@
34283426
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtptransceiver-setcodecpreferences-6",
34293427
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-user-agent-19",
34303428
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtptransceiver-63",
3431-
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-preferredcodecs-4",
3429+
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-preferredcodecs-3",
34323430
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-codec-dictionary-match-10",
34333431
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-transceiver-kind-9",
34343432
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpsender-53",
@@ -3439,7 +3437,7 @@
34393437
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpparameters-codecs-8",
34403438
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-codec-dictionary-match-11",
34413439
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtptransceiver-direction-9",
3442-
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-preferredcodecs-5",
3440+
"https://w3c.github.io/webrtc-pc/#ref-for-dfn-preferredcodecs-4",
34433441
"https://w3c.github.io/webrtc-pc/#codecmatch-algorithm",
34443442
"https://w3c.github.io/webrtc-pc/#dfn-codec-dictionary-match",
34453443
"https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpcodec-12",

ed/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-02T18:45:46.749Z",
4+
"date": "2025-06-03T00:52:28.170Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -2066,7 +2066,7 @@
20662066
],
20672067
"crawled": "https://drafts.csswg.org/css-gcpm-4/",
20682068
"crawlCacheInfo": {
2069-
"lastModified": "Sun, 01 Jun 2025 16:45:44 GMT"
2069+
"lastModified": "Sun, 01 Jun 2025 16:45:45 GMT"
20702070
},
20712071
"generator": "bikeshed",
20722072
"date": "24 January 2024",
@@ -11074,11 +11074,11 @@
1107411074
],
1107511075
"crawled": "https://wicg.github.io/crash-reporting/",
1107611076
"crawlCacheInfo": {
11077-
"lastModified": "Fri, 30 May 2025 14:11:15 GMT"
11077+
"lastModified": "Mon, 02 Jun 2025 18:54:24 GMT"
1107811078
},
1107911079
"generator": "bikeshed",
1108011080
"date": "30 May 2025",
11081-
"revision": "4b242b4fb9ae0e20e9446fc80db5595f1264998f",
11081+
"revision": "4327929e46252daf38be8e7369650d8c9f93ccff",
1108211082
"links": "links/crash-reporting.json",
1108311083
"refs": "refs/crash-reporting.json",
1108411084
"idl": "idl/crash-reporting.idl",
@@ -23242,7 +23242,7 @@
2324223242
],
2324323243
"crawled": "https://drafts.csswg.org/css-regions-1/",
2324423244
"crawlCacheInfo": {
23245-
"lastModified": "Sun, 01 Jun 2025 16:45:44 GMT"
23245+
"lastModified": "Sun, 01 Jun 2025 16:45:45 GMT"
2324623246
},
2324723247
"generator": "bikeshed",
2324823248
"date": "24 January 2024",
@@ -24474,7 +24474,7 @@
2447424474
],
2447524475
"crawled": "https://drafts.csswg.org/css-text-4/",
2447624476
"crawlCacheInfo": {
24477-
"lastModified": "Sun, 01 Jun 2025 16:45:44 GMT"
24477+
"lastModified": "Sun, 01 Jun 2025 16:45:45 GMT"
2447824478
},
2447924479
"generator": "bikeshed",
2448024480
"date": "24 March 2025",
@@ -39346,10 +39346,10 @@
3934639346
],
3934739347
"crawled": "https://w3c.github.io/webrtc-pc/",
3934839348
"crawlCacheInfo": {
39349-
"lastModified": "Mon, 19 May 2025 06:53:17 GMT"
39349+
"lastModified": "Mon, 02 Jun 2025 23:52:17 GMT"
3935039350
},
3935139351
"generator": "respec",
39352-
"date": "19 May 2025",
39352+
"date": "02 June 2025",
3935339353
"algorithms": "algorithms/webrtc.json",
3935439354
"links": "links/webrtc.json",
3935539355
"refs": "refs/webrtc.json",

ed/links/webrtc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"https://github.com/w3c/webrtc-pc/pull/2961": {},
3838
"https://github.com/w3c/webrtc-pc/pull/2966": {},
3939
"https://github.com/w3c/webrtc-pc/pull/2985": {},
40+
"https://github.com/w3c/webrtc-pc/pull/2991": {},
4041
"https://github.com/w3c/webrtc-pc/pull/2996": {},
4142
"https://github.com/w3c/webrtc-pc/pull/2998": {},
4243
"https://github.com/w3c/webrtc-pc/pull/3005": {},

0 commit comments

Comments
 (0)