Does the Windows version render stuff differently then the Mac version of Safari? Our website has over 34% traffic from Safari Browsers. Just wondering as we're mostly a Windows shop.

link|improve this question

4  
i really can't see why this should be closed - it's a clear question, depending to web-development which can definetely be answered. – oezi Jan 3 '11 at 16:19
1  
What user agent strings do you see in your logs? e.g. are these iPhone/iPod Touch/iPad users accessing your site? They will all report as Safari also. – scunliffe Jan 3 '11 at 16:32
feedback

migrated from stackoverflow.com Jan 3 '11 at 21:00

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 4 down vote accepted

the rendereing-engine is the same, so is looks the same. what could be different are form-elements without css-styles - those will be displayed in the operating-systems look-and-feel... (you havn't posted a link to your site, so you're the only one who could find out)

link|improve this answer
feedback

To my knowledge they do not. They are both based off of the webkit browsing engine. Google Chrome also uses this engine.

link|improve this answer
That's all great news. Glad to hear just OS specific will not display excaulty the same. – Anonymous Jan 3 '11 at 16:31
feedback

Your Answer

 
or
required, but never shown

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