-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
99b91e9
to
73cbb82
Compare
api/Window.json
Outdated
}, | ||
{ | ||
"version_added": "6", | ||
"version_removed": "6.1", | ||
"version_removed": "7", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
73cbb82
to
3518851
Compare
3518851
to
e9bedae
Compare
There was a problem hiding this 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! 👍
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.