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

Correct Safari data for various Media APIs #7427

Merged
merged 5 commits into from
Nov 24, 2020

Conversation

queengooborg
Copy link
Collaborator

@queengooborg queengooborg commented Nov 20, 2020

This PR corrects the Safari data for various Media APIs using results from the mdn-bcd-collector project.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Nov 20, 2020
Copy link
Collaborator

@sideshowbarker sideshowbarker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We seem to have some ghost features here that should be removed I think

api/MediaStreamTrack.json Outdated Show resolved Hide resolved
api/MediaStreamTrack.json Outdated Show resolved Hide resolved
Copy link
Collaborator

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a fair number of apparent test issues here. It might be a good idea to split out the changes that are added claimed support from those that are removing claimed support, since the latter requires much more scrutiny and will hold up the former.

api/MediaElementAudioSourceNode.json Outdated Show resolved Hide resolved
api/MediaSource.json Outdated Show resolved Hide resolved
@@ -29,10 +29,10 @@
"version_added": "14"
},
"safari": {
"version_added": "6"
"version_added": false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect this change is incorrect and MediaStreamAudioSourceNode is supported. http://mdn-bcd-collector.appspot.com/tests/api/MediaStreamAudioSourceNode return false in many places making it hard to interpret the results.

@vinyldarkscratch can you check out why we're seeing a false result here?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vinyldarkscratch this conversation was resolved but it looks like the change still remains, so reopening.

api/MediaStreamTrack.json Outdated Show resolved Hide resolved
@foolip
Copy link
Collaborator

foolip commented Nov 24, 2020

@vinyldarkscratch should any of the changes in api/MediaStreamAudioSourceNode.json remain, or should they be reverted?

@foolip foolip merged commit f7eb936 into mdn:master Nov 24, 2020
@queengooborg queengooborg deleted the api/Media-safari/corrections branch November 24, 2020 13:51
foolip added a commit that referenced this pull request Feb 21, 2022
queengooborg pushed a commit that referenced this pull request Mar 4, 2022
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 this pull request may close these issues.

3 participants