Skip to content

Commit

Permalink
Document bugs linked to lack of support for non-MediaStream values of…
Browse files Browse the repository at this point in the history
… srcObject (#10147)

Triggered by review of mdn/content#1704
  • Loading branch information
dontcallmedom authored Apr 29, 2021
1 parent d6dab65 commit bfdcb77
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions api/HTMLMediaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -3777,23 +3777,23 @@
"chrome": {
"version_added": "52",
"partial_implementation": true,
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://crbug.com/506273'>bug 506273</a>)."
},
"chrome_android": {
"version_added": "52",
"partial_implementation": true,
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://crbug.com/506273'>bug 506273</a>)."
},
"edge": {
"version_added": "12",
"partial_implementation": true,
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://crbug.com/506273'>bug 506273</a>)."
},
"firefox": [
{
"version_added": "42",
"partial_implementation": true,
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://bugzil.la/886194'>bug 886194</a>)."
},
{
"version_added": "18",
Expand All @@ -3805,7 +3805,7 @@
{
"version_added": "42",
"partial_implementation": true,
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://bugzil.la/886194'>bug 886194</a>)."
},
{
"version_added": "18",
Expand All @@ -3819,12 +3819,12 @@
"opera": {
"version_added": "39",
"partial_implementation": true,
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://crbug.com/506273'>bug 506273</a>)."
},
"opera_android": {
"version_added": "41",
"partial_implementation": true,
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://crbug.com/506273'>bug 506273</a>)."
},
"safari": {
"version_added": "11"
Expand All @@ -3835,12 +3835,12 @@
"samsunginternet_android": {
"partial_implementation": true,
"version_added": "6.0",
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://crbug.com/506273'>bug 506273</a>)."
},
"webview_android": {
"version_added": "52",
"partial_implementation": true,
"notes": "Currently only supports <code>MediaStream</code> objects."
"notes": "Only supports <code>MediaStream</code> objects (see <a href='https://crbug.com/506273'>bug 506273</a>."
}
},
"status": {
Expand Down

0 comments on commit bfdcb77

Please sign in to comment.