Skip to content

Commit

Permalink
Update audioTracks/videoTracks/textTracks versions (#6644)
Browse files Browse the repository at this point in the history
This change corrects the Safari version data for the audioTracks, videoTracks,
and textTracks members of the SourceBuffer interface to reflect, per
https://bugs.webkit.org/show_bug.cgi?id=123374, the actual version of
Safari which first shipped support for them.

The change also updates the Safari version data for the audioTracks,
videoTracks, and textTracks members of the HTMLMediaElement interface.

Relates to #6102
  • Loading branch information
sideshowbarker authored Sep 22, 2020
1 parent 324b652 commit 840efbb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
14 changes: 10 additions & 4 deletions api/HTMLMediaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@
]
},
"safari": {
"version_added": true
"version_added": "8"
},
"safari_ios": {
"version_added": true
"version_added": "8"
},
"samsunginternet_android": {
"version_added": false
Expand Down Expand Up @@ -3614,7 +3614,10 @@
"version_added": true
},
"safari": {
"version_added": true
"version_added": "8"
},
"safari_ios": {
"version_added": "8"
}
},
"status": {
Expand Down Expand Up @@ -3757,7 +3760,10 @@
]
},
"safari": {
"version_added": true
"version_added": "8"
},
"safari_ios": {
"version_added": "8"
},
"samsunginternet_android": {
"version_added": false
Expand Down
16 changes: 12 additions & 4 deletions api/SourceBuffer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
"version_added": "8"
},
"safari_ios": {
"version_added": false
"version_added": "13",
"partial_implementation": true,
"notes": "Exposed in Mobile Safari on iPad but not on iPhone."
},
"samsunginternet_android": [
{
Expand Down Expand Up @@ -515,7 +517,9 @@
"version_added": "8"
},
"safari_ios": {
"version_added": false
"version_added": "13",
"partial_implementation": true,
"notes": "Exposed in Mobile Safari on iPad but not on iPhone."
},
"samsunginternet_android": {
"version_added": false
Expand Down Expand Up @@ -1179,7 +1183,9 @@
"version_added": "8"
},
"safari_ios": {
"version_added": false
"version_added": "13",
"partial_implementation": true,
"notes": "Exposed in Mobile Safari on iPad but not on iPhone."
},
"samsunginternet_android": {
"version_added": false
Expand Down Expand Up @@ -1431,7 +1437,9 @@
"version_added": "8"
},
"safari_ios": {
"version_added": false
"version_added": "13",
"partial_implementation": true,
"notes": "Exposed in Mobile Safari on iPad but not on iPhone."
},
"samsunginternet_android": {
"version_added": false
Expand Down

0 comments on commit 840efbb

Please sign in to comment.