I know that the Stack Overflow system is designed well enough that you can have read-only access even in Lynx.

But what are the official browsers that the team supports that can use every feature of the site? And what do the browsers need to do so?

Return to FAQ index

share|improve this question

2 Answers

up vote 74 down vote accepted

The bottom line:

"We support current and previous versions of all browsers with some reasonable amount of market share, but not beta or dev versions." –Jeff, paraphrased (source); subsequently reaffirmed by other devs


The following list is the community's best guess about supported browsers based on the above rule and team members' statements.

Standard View

Mobile View

  • Android browser
    • Supported: 4.x, 3.x, and 2.3 (current and largest-marketshare versions)
  • Mobile Safari
    • Supported: 5.0 and 5.1 (current versions)
  • BlackBerry Browser
    • 7.0 and 7.1 — possibly supported (current versions; enough market share?)
  • Firefox for Mobile
    • Stack Overflow appears to function properly in 10.0.3
  • Chrome for iOS
    • Stack Overflow appears to function properly in the latest version
  • Opera Mobile
    • Stack Overflow appears to function properly in 12.0.1
    • Explicitly unsupported: Opera Mini (source)
  • Symbian
  • Internet Explorer Mobile
    • ?
  • Other
    • probably unsupported

What else do I need?

There are requirements beyond using a modern browser for getting the best possible experience:

share|improve this answer
3  
Anyone have a status on Firefox ESR? It doesn't follow the latest/greatest like the standard version. – Zoredache Oct 12 '12 at 20:27
Chrome for iOS is mentioned but not Chrome for Android. – Nathan Osman Feb 26 at 20:38

We support current and previous versions (and possibly previous-previous version) of all popular web browsers:

  • IE
  • Chrome
  • Safari
  • Firefox
  • Opera

Where "popular" means "has some reasonable amount of market share".

Our realistic minimum browser spec is IE7. The site will work in IE7 but may not look entirely correct. We do not guarantee any particular functionality in IE6, use that browser at your own risk.

We do not support beta (unreleased) browsers. Only formally released browsers are supported. To me this goes without saying, but.. apparently it needs to be said.

share|improve this answer
Could you include version numbers? As quite some 'bugs' might arise from nightly builds and Chrome dev versions – Ivo Flipse Jul 8 '10 at 7:18
That's all the browsers I use, except that it leaves off Lynx. – David Thornley Sep 3 '10 at 19:56
2  
@david - Lynx has (unofficial) support - stackapps.com/questions/542/column-80-plain-text-optimised-sofu – Mark Henderson Sep 3 '10 at 22:57
“works in IE6” is very important as a lot of programmers still work in jobs where IE6 is the only allowed browser. These programmers are more likely to give up on SO than try to get approval to install another browser. – Ian Ringrose Sep 20 '10 at 11:10
28  
If anyone visits SO with IE6 should you display a banner telling them about careers? Or show an avert for careers that makes fun of the fact they need a new job to get away form IE6 – Ian Ringrose Sep 20 '10 at 11:12
1  
Isn't "beta" just a word used by the browser's company when they feel like it? A beta browser doesn't necessarily mean it is less stable, or undergoes changes more frequently than a non-beta browser. In fact, I can release a new untested browser right now that I just wrote and say it's not a beta, while a company may keep a product in beta for years or even decades even if it's extremely stable (like it happened with gmail). It's just a word which is very often meaningless, it should bear no influence on whether it's supported or not; market share should. – Andreas Bonini Nov 30 '10 at 18:07
1  
@Kop: It is becoming that way (and Google in their infinite wisdom are labeling their new beta products as alpha, as "google beta" seems to mean "final with a cute logo overlay"); however, browser betas (and alphas, and nightlies) do tend to change - bugs are fixed, new ones appear, etc. At least for the browsers mentioned in the post, the "beta" status seems to hold the meaning "it should work, but don't expect 100% perfection or feature rigidity", and final is a reasonable line to draw. (Also, as mentioned elsewhere, once you start supporting betas, alpha users will clamor for the same) – Piskvor's Semifinite Monkeys Dec 21 '10 at 14:15
@Piskvor: what I'm saying is that the decision on whether a browser or not should be supported should be based only on its market share weighted by the amount of development time required to make it work. Whether it's beta or not is irrelevant. – Andreas Bonini Dec 21 '10 at 15:07
@Kop: It's essentially a political decision as well as technical. While your proposition makes sense from the technical POV, some political factors (e.g. ease of distinction (supported/unsupported) or non-support of obsolete browsers cough cough, bug/feature stability) apply, and those are for the management to decide. While official support for whatever betas are currently up (IE9,FF4,Chrome 8,Opera 12) might be nice, the managerial decision seems unlikely to change. – Piskvor's Semifinite Monkeys Dec 21 '10 at 15:34
2  
Shouldn't you support certain web standards rather than targeting specific browsers? What form of support are you providing exactly when you say you support a browser? Is it workarounds for browser bugs? I'm not a web guy and know nothing of complexities of web development. Please enlighten me. – Starfish Jan 14 '12 at 4:04
@Starfish I'm sure they have workarounds, or at least don't use things that break some browsers. Running a traffic-dependent site means you have to work in the popular browsers. – Matthew Read Feb 14 '12 at 1:19
4  
It's good to know that Opera is popular – random Feb 14 '12 at 1:42

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged