I was wondering if professional HTML/CSS/JS developers worry about compatibility with not the latest Firefox, Chrome or Opera? My experience with the browsers is that they just update automatically and there isn't REALLY a version system like for IE where you get major releases tied to new OS versions.
So do people worry about their code being compatible with an older Firefox version or do people just assume that if somebody's using their site that means they're connected to the internet thus they have the newest version of their non-IE browser if they choose to use one?
I would recommend you take a visit to http://caniuse.com/.
This site has very thorough browser support tables for versions of all common browsers, going back a pretty long way (certainly as far as anyone needs to worry about).
So that's the first thing CanIUse.com will do for you: It'll tell you for every major browser feature, what versions of which browsers support that feature. This can help you decide whether or not to use that feature in your site.
Secondly, they also have up-to-date browser usage statistics. This tells you for every version of every browser, what percentage of web users are using that particular browser/version. This can help you decide which browser versions to support. For example, if IE6 has 1% of the browser market, you may decide that's a small enough number of users to make the extra hassle of supporting it not worth the effort. The same will apply for other browsers.
More generally, of the major non IE browsers:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With