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]].