diff --git a/api/RTCRtpEncodingParameters.json b/api/RTCRtpEncodingParameters.json
index 9087f141419beb..d056b298a90517 100644
--- a/api/RTCRtpEncodingParameters.json
+++ b/api/RTCRtpEncodingParameters.json
@@ -303,10 +303,14 @@
"version_added": false
},
"firefox": {
- "version_added": "101"
+ "version_added": "101",
+ "partial_implementation": true,
+ "notes": "Zero is treated as 'no fps limit' (see bug 1611957)."
},
"firefox_android": {
- "version_added": "101"
+ "version_added": "101",
+ "partial_implementation": true,
+ "notes": "Zero is treated as 'no fps limit' (see bug 1611957)."
},
"ie": {
"version_added": false
diff --git a/test/spec-urls.test.js b/test/spec-urls.test.js
index aef3404b038aaf..76cc21602b76b8 100644
--- a/test/spec-urls.test.js
+++ b/test/spec-urls.test.js
@@ -54,7 +54,7 @@ describe('spec_url data', () => {
// Remove if it is in the main ECMA spec
'https://tc39.es/proposal-hashbang/out.html',
- // Remove if https://github.com/w3c/browser-specs/pull/605 is merged
+ // Remove if https://github.com/w3c/webrtc-extensions/issues/108 is closed
'https://w3c.github.io/webrtc-extensions/',
// Remove if https://github.com/w3c/mathml/issues/216 is resolved