-
Notifications
You must be signed in to change notification settings - Fork 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
Remove Safari Desktop 4.1? #4679
Comments
Hm, yes, looking at our browser data, it seems a bit weird to have both of them. Do you have any release posts or docs that explain why there have been these two versions? |
Running the traverse script, it looks like there are 77 entries with "4.1", and 132 with "5". As for documentation, a Wikipedia article on Safari states the following:
An old Cnet article backs this up a bit:
|
I just want to point out that this is the opposite of the recommendation in the data guidelines 🙃 https://github.com/mdn/browser-compat-data/blob/master/docs/data-guidelines.md#release-lines-and-backported-features (Maybe this is OK, but maybe we should also delete that section from the guidelines.) |
You’ve got a point @ddbeck! It does have some weird conflicts with that guideline, since Safari 4.1 and 5.0 are basically the same browser version, just that the first is backported for older Mac OS X versions. |
From all of my research, Safari 4.1.x was released as a port of Safari 5.0.x for Mac OS X 10.4. Both have the same WebKit versions, and the same release dates. The only difference I can find is that Safari 5 has a few more added features like Development Tools, Bing Search, and others that we wouldn't really track here in BCD.
I'm thinking we should simply drop Safari 4.1 out of our data to reduce confusion.
The text was updated successfully, but these errors were encountered: