From 56abe8b787ff530a797d369af560e7bfc89fc5ec Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Wed, 6 Aug 2025 15:59:53 -0400 Subject: [PATCH] Remove allowance for undocumented stats --- amendments.json | 10 ++++++++++ base-rec.html | 2 +- webrtc.html | 5 ++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/amendments.json b/amendments.json index e83f35562..6fc7c8c92 100644 --- a/amendments.json +++ b/amendments.json @@ -664,5 +664,15 @@ "web-platform-tests/wpt#53887" ] } + ], + "optional-stats": [ + { + "description": "Remove allowance for undocumented stats", + "type": "correction", + "status": "candidate", + "id": 56, + "pr": 3070, + "testUpdates": "not-testable" + } ] } diff --git a/base-rec.html b/base-rec.html index d5939c559..b569097be 100644 --- a/base-rec.html +++ b/base-rec.html @@ -15948,7 +15948,7 @@

6.2.4 -

+

An implementation MAY support generating any other statistic defined in [WEBRTC-STATS], and MAY generate statistics that are not documented. diff --git a/webrtc.html b/webrtc.html index 523e259b4..e8dd0bb08 100644 --- a/webrtc.html +++ b/webrtc.html @@ -16459,10 +16459,9 @@

-

+

An implementation MAY support generating any other statistic defined - in [[!WEBRTC-STATS]], and MAY generate statistics that are not - documented. + in [[!WEBRTC-STATS]].