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 Safari iOS versions for WebGL per CanIUse #4856

Merged
merged 1 commit into from
Sep 23, 2019

Conversation

queengooborg
Copy link
Contributor

While working on stripping out Safari iOS versions, I found Safari iOS 8.1 was set for all WebGL APIs. However, iOS 8.0 and 8.1 have the same WebKit version. CanIUse also states that WebGL was introduced in iOS 8.0.

This PR sets all iOS 8.1 entries for WebGL to iOS 8.0, allowing us to remove Safari iOS 8.1 as an option.

@ghost ghost added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 22, 2019
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thank you! 👍

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