vote up 0 vote down star

Some common pitfalls I should keep in mind?

flag

3 Answers

vote up 0 vote down check

One word of warning: Safari on Windows does not support XSLT.

link|flag
vote up 3 vote down

Safari is really standards compliant. Unless you're using some really esoteric browser features, in general if something works in Firefox, I've found it works without modification in Windows Safari.

Apple has a developer center for web developers, but I didn't find anything too useful there.

link|flag
I'll second the "if it works in Firefox, it usually works in Safari" statement—especially for Firefox 3. – John Calsbeek Sep 12 '08 at 3:09
Even more so - if it works in Chrome, it 99.9% will work in Safari too, and vice versa, since they share renderers (Webkit). – matt b Sep 12 '08 at 14:50
vote up 1 vote down

In your event handlers, instead of return false, use event.preventDefault() or event.stopPropagation(). The event methods are the standard/compatible way, but lots of old tutorials still recommend return.

link|flag

Your Answer

Get an OpenID
or

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