vote up 3 vote down star

Hello,

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

flag

60% accept rate

5 Answers

vote up 8 vote down check

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.

link|flag
vote up 3 vote down

Font rendering can be different between Mac and Windows Safari as the systems typically have different fonts. As long as your page can gracefully handle missing fonts or different font sizes it should be fine.

link|flag
vote up 1 vote down

A site I am working on now has a problem in safari for mac that isn't in safari 3 or 4 for windows. I cant figure it out for the life of me.

link|flag
vote up 0 vote down

I have also seen problems in Safari for Windows that don't exist in Safari for Mac on CSS heavy websites. Can't remember the specifics, but they were there.

link|flag
vote up 0 vote down

I am currently experiencing an issue where floating images in a blog with text wrapping around the image do not properly pad themselves in OS X; works fine in windows. Basically I've added padding to make the image align flush left or right such that the edge of the image is at the same offset as the edge of the text of the post; on OS X the image sticks out past the edge of the text.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.