-
Notifications
You must be signed in to change notification settings - Fork 1
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
Discard all android data #1
Comments
Yes and no! I am familiar with the problem with caniuse's Chrome for Android data. The issue is filed here. Fyrd/caniuse#3518
But we do use
For example: https://caniuse.com/dialog Caniuse says that dialog is at 94.18% share today, but that's an overestimate, because it treats all "Chrome for Android" as v113, but we know that at least 5% of the 40 points of "Chrome for Android" share is on an older version of Chrome. (We don't know how old, but we know at least not v113.) So Dialog might really be closer to 93% market share instead. In the worst case, it might be as low as 92% share. But there is a partial mitigation in place: although the current With this mitigation in place, I think the data is "good enough" for our purposes. This calculation is meant to be an approximation in any case, and I don't think those subtle differences will fundamentally alter the question I'm asking, which is: how long do we have to wait for 80% of features to reach 95% market share? I argue that it's four years, and maybe we should really wait 4.5 years, if only we had access to real data for The alternative would be to entirely exclude |
Cool!
This matches my data, so that seems correct. Good to close 🙇 |
Did you discard or include any data for android in this calculation?
All this data is bogus and should be ignored.
To the best of my knowledge only iOS Safari has real data.
The text was updated successfully, but these errors were encountered: