Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SourceBuffer.audioTracks/videoTracks/textTracks support version number #6102

Closed
saschanaz opened this issue May 6, 2020 · 1 comment
Closed
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@saschanaz
Copy link
Contributor

saschanaz commented May 6, 2020

From #5781 (comment):

  • Chrome added flagged support for audioTracks/videoTracks in March 2016, but no textTracks
  • Safari added support for all of them in January 2015

So the Chrome version number should be at least 49 instead of current 23 and the Safari one should be at least 11 instead of current 8.

@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 6, 2020
sideshowbarker added a commit to w3c/browser-compat-data that referenced this issue Sep 2, 2020
This change corrects the version data for the audioTracks, videoTracks,
and textTracks members of the SourceBuffer interface to reflect, per
https://chromium.googlesource.com/chromium/src/+/92333c0e5ca6b7768e5bcf6d41ff8fc733ebbfc1
and https://trac.webkit.org/changeset/178172/webkit, the actual versions
of Chrome and Safari which shipped support for them.

Fixes mdn#6102
sideshowbarker added a commit to w3c/browser-compat-data that referenced this issue Sep 2, 2020
This change corrects the version data for the audioTracks, videoTracks,
and textTracks members of the SourceBuffer interface to reflect, per
https://chromium.googlesource.com/chromium/src/+/92333c0e5ca6b7768e5bcf6d41ff8fc733ebbfc1
and https://trac.webkit.org/changeset/178172/webkit, the actual versions
of Chrome and Safari which first shipped support for them.

Fixes mdn#6102
sideshowbarker added a commit to w3c/browser-compat-data that referenced this issue Sep 2, 2020
This change corrects the version data for the audioTracks, videoTracks,
and textTracks members of the SourceBuffer interface to reflect, per
https://chromium.googlesource.com/chromium/src/+/92333c0e5ca6b7768e5bcf6d41ff8fc733ebbfc1
and https://trac.webkit.org/changeset/178172/webkit, the actual versions
of Chrome and Safari which first shipped support for them.

Fixes mdn#6102
sideshowbarker added a commit to w3c/browser-compat-data that referenced this issue Sep 4, 2020
This change corrects the Chrome version data for the audioTracks, videoTracks,
and textTracks members of the SourceBuffer interface to reflect, per
https://chromium.googlesource.com/chromium/src/+/92333c0e5ca6b7768e5bcf6d41ff8fc733ebbfc1,
the actual versions of Chrome which first shipped support for them.

Fixes mdn#6102
sideshowbarker added a commit to w3c/browser-compat-data that referenced this issue Sep 4, 2020
This change corrects the Safari version data for the audioTracks, videoTracks,
and textTracks members of the SourceBuffer interface to reflect, per
https://trac.webkit.org/changeset/178172/webkit, the actual version of
Safari which first shipped support for them.

Relates to mdn#6102
sideshowbarker added a commit to w3c/browser-compat-data that referenced this issue Sep 20, 2020
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 mdn#6102
sideshowbarker added a commit to w3c/browser-compat-data that referenced this issue Sep 20, 2020
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 mdn#6102
foolip pushed a commit that referenced this issue Sep 22, 2020
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
@saschanaz
Copy link
Contributor Author

Fixed by #6644, #6655, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@saschanaz @queengooborg and others