diff --git a/api/MediaSource.json b/api/MediaSource.json
index f51bb742cd850f..8c91acfb9b1fbc 100644
--- a/api/MediaSource.json
+++ b/api/MediaSource.json
@@ -533,24 +533,13 @@
"edge": {
"version_added": "17"
},
- "firefox": [
- {
- "version_added": "42"
- },
- {
- "version_added": "25",
- "version_removed": "42",
- "flags": [
- {
- "type": "preference",
- "name": "media.mediasource.enabled"
- }
- ],
- "notes": "Limited support to an allowed list of sites, for example YouTube, Netflix, and other popular streaming sites. The limitation was removed when Media Source Extensions was enabled by default in Firefox 42."
- }
- ],
+ "firefox": {
+ "version_added": false,
+ "notes": "This event handler attribute is not supported; however, the event itself is supported since Firefox 42. The event can be listened to via mediaSource.addEventListener('sourceclose', function() {});
. See bug 1689222."
+ },
"firefox_android": {
- "version_added": "41"
+ "version_added": false,
+ "notes": "This event handler attribute is not supported; however, the event itself is supported since Firefox 42. The event can be listened to via mediaSource.addEventListener('sourceclose', function() {});
. See bug 1689222."
},
"ie": {
"version_added": "11",