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

Change Safari 6.1 to 7 where the iOS version is already 7 #11184

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Jun 21, 2021

This subset of #11156
does not need much scrutiny, as this results in the expected matching
of Safari and iOS versions. There may still be errors in this data, but
then it's wrong for both Safaris.

Part of #9423.

@foolip foolip requested a review from queengooborg June 21, 2021 21:42
@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jun 21, 2021
api/Window.json Outdated
},
{
"version_added": "6",
"version_removed": "6.1",
"version_removed": "7",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This case is a little bit irregular since there's no corresponding prefixed entry for safari_ios. There probably should be.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

http://mdn-bcd-collector.appspot.com/tests/api/Window/webkitCancelAnimationFrame reveals there's more wrong here, the API is still supported!

I'll back out the change from this PR.

api/BarProp.json Outdated Show resolved Hide resolved
This subset of mdn#11156
does not need much scrutiny, as this results in the expected matching of
Safari and iOS versions. There may still be errors in this data, but
then it's wrong for both Safaris.

Part of mdn#9423.
@foolip
Copy link
Collaborator Author

foolip commented Jun 21, 2021

@vinyldarkscratch this is a substantial subset of #11156. I've gone over it twice myself to only leave the stuff that's very regular looking. I think landing this (and #11185) and then rebasing #11156 would make review easier.

Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

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

Thanks for splitting these changes out, looking good to me! 👍

@queengooborg queengooborg merged commit 47295d2 into mdn:main Jun 22, 2021
@foolip foolip deleted the simple-safari-6.1 branch June 22, 2021 05:37
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.

2 participants