Where can I find a breakdown of the difference between web browsers from a developer's prospective?

I always wanted to know what makes IE different than Firefox from Chrome, Opera, etc. Please let me know where I can find this info.

link|improve this question

50% accept rate
1  
Do you mean from the perspective of a web developer, or browser developer? – sblair Jul 22 '10 at 15:17
A web developer – Thomas Jul 22 '10 at 15:39
feedback

3 Answers

up vote 7 down vote accepted

Have a look at this article for some detailed, useful information such as:

  • Image format support
  • Plugins and syndicated content support
  • JavaScript support
  • Operating system support
  • Vulnerabilities

All of this information appears to be kept very current about modern browsers. The article lists some useful information about historical browsers as well.

I imagine that a web developer could find no more informative a comparison without giving up some degree of the breadth afforded by that article.

link|improve this answer
Thanks very much! I was actually just reading this one lol. – Thomas Jul 22 '10 at 15:35
feedback

http://quirksmode.org/ has some VERY long tables on CSS, DOM and JS support.

link|improve this answer
This looks interesting. Thanks! – Thomas Jul 22 '10 at 15:37
feedback

Google's Browser Security Handbook has a comprehensive comparison of popular browsers from a security & development perspective

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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