From bfdcb77d1d3e11751ef0d610ee60a4edbedca906 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 29 Apr 2021 19:47:24 +0200 Subject: [PATCH] Document bugs linked to lack of support for non-MediaStream values of srcObject (#10147) Triggered by review of https://github.com/mdn/content/issues/1704 --- api/HTMLMediaElement.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api/HTMLMediaElement.json b/api/HTMLMediaElement.json index 4fb6e15bc225ad..ea16e556e5a625 100644 --- a/api/HTMLMediaElement.json +++ b/api/HTMLMediaElement.json @@ -3777,23 +3777,23 @@ "chrome": { "version_added": "52", "partial_implementation": true, - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 506273)." }, "chrome_android": { "version_added": "52", "partial_implementation": true, - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 506273)." }, "edge": { "version_added": "12", "partial_implementation": true, - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 506273)." }, "firefox": [ { "version_added": "42", "partial_implementation": true, - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 886194)." }, { "version_added": "18", @@ -3805,7 +3805,7 @@ { "version_added": "42", "partial_implementation": true, - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 886194)." }, { "version_added": "18", @@ -3819,12 +3819,12 @@ "opera": { "version_added": "39", "partial_implementation": true, - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 506273)." }, "opera_android": { "version_added": "41", "partial_implementation": true, - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 506273)." }, "safari": { "version_added": "11" @@ -3835,12 +3835,12 @@ "samsunginternet_android": { "partial_implementation": true, "version_added": "6.0", - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 506273)." }, "webview_android": { "version_added": "52", "partial_implementation": true, - "notes": "Currently only supports MediaStream objects." + "notes": "Only supports MediaStream objects (see bug 506273." } }, "status": {