-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Latest two versions of Safari should be fully supported in legacy plugin #13921
Comments
Please don't make this change. Safari majors are just marketing versions. Safari minors contain web engine features and have multiple releases a year, just like Chrome major versions. |
No, I've proven statistically that Safari majors are more similar to majors in other browsers: https://github.com/orgs/browserslist/discussions/781#discussioncomment-6516951
All browser versions are marketing versions! The resulting browser compatibility is more important.
This only helps for comparing updates at a basic level, but isn't practical in this case. If this argument were valid, fixing it wouldn't increase the market share of supported Safari versions! |
If the intention is to cover a percentage of users you should change the browserslist query to a These are two different kinds of queries and both have a specific purpose. Changing it to an But please don't change it to major safari as a flawed proxy for a wider user base.
With all due respect, this is untrue. This is from an actual WebKit engineer working at Apple : web-platform-dx/web-features#173 (comment) |
This discussion is already continuing elsewhere in web-platform-dx/web-features#264 and facebook/docusaurus#9173. I'll skip copying replies to here for now to reduce notifications, until a maintainer or other contributor wants to reply. |
The
This is not relevant as the intent of the Also this is just a default and users can expand the range if they want to. |
Closing as I think the current default is fine. |
Describe the bug
I noticed the legacy plugin uses this Browserslist query:
last 2 versions and not dead, > 0.3%, Firefox ESR
Unfortunately, because of how Browserslist works, this only includes some of the last 2 major versions of Safari, since
last 2 versions
only includes the last 2 minor versions, and> 0.3%
excludes some minor versions due to low usage.I suggest using
last 2 major versions and not dead, > 0.3%, Firefox ESR
instead. This could potentially expand supported browser usage by 2.7% in the US. If you'd like I can send a PR.Reproduction
https://browsersl.ist/#q=last+2+versions+and+not+dead%2C+%3E+0.3%25%2C+Firefox+ESR
Steps to reproduce
Suggested labels
bug
plugin: legacy
Validations
The text was updated successfully, but these errors were encountered: