Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Differences between Safari for Windows and Safari for Mac

What are the differences from a developer point of view between Safari for Mac and Safari for Windows?

I think it boils down to evaluate differences between (if I missed something, please correct):
- Layout rendering
- Javascript behavior

The final decision to be made being:
Can developers test only on Safari Windows (knowing that we can't afford to miss important bugs)?

Thanks, JB

like image 763
JB Hurteaux Avatar asked Nov 21 '08 09:11

JB Hurteaux


People also ask

Is Mac OS the same as Safari?

Pretty much all of the menu options and features in Safari for Windows are exactly the same as Safari for Mac, but you won't get the same integration with the operating system that you see on OS X — standard-looking Downloads popover, Dictionary integration, great drag & drop and text editing, a nice PDF plugin, ...

Is Safari the same as Windows?

As far as rendering and JavaScript are concerned, there is no difference. What is different is underlaying UI library used for browser itself, but page render is the same. Show activity on this post. Font rendering can be different between Mac and Windows Safari as the systems typically have different fonts.

Does Safari work well on Windows?

No, Apple has now limited the Safari Browser only up to iOS and macOS so you cannot download it for Windows OS. However, you can get the outdated Safari versions for Windows OS which might have some compatibility issues.

Is Safari for Windows discontinued?

Answer: A: Answer: A: Apple stopped developing Safari for Windows.


1 Answers

As far as rendering and JavaScript are concerned, there is no difference. What is different is underlaying UI library used for browser itself, but page render is the same.

like image 155
Marko Avatar answered Sep 20 '22 06:09

Marko