The intent of this post is to keep it updated and eventually hang it on either.com or in a blog post or something.
phpBB Support policy
To maintain proper balance of coverage and sustainability we will support all major browsers with greater than 1% Global Usage plus the last 2 major versions. This is across all devices/platforms.
Tiered Support
We maintain two tiers of support for these browsers. The first tier is those that we test against. These are major browsers with market share above 3% or is the default browser for a major operating system. The second tier are browsers that we support through use feedback/bug reports. These browser we will not test for but we will patch. These are all browsers that we support that are not in the first tier.
This gives use extremely efficient development testing with greater than 85% coverage of our supported browsers. Here you can find a complete list of all our supported browsers Supported Browser List
Given those browsers in the list above, here they are broken out by Tier
Tier 1 (Mac/PC Only)
Chrome (Most Recent)
Edge (Most Recent)
Firefox (Most Recent)
Safari (Most Recent)
Tier 2 (Mac/PC/Linux/IOS/Android)
Everything else from the link above that does not fall into tier 1
* We consider IE 11 an outlier and will no longer be fully supported in 4.0. in 3.3 we currently treat it as Tier 3 which is Tier 2 but we reserve the right to not patch certain bugs
What is a Major browser?
By saying major browser, we do not support what we call edge case browsers. Certain browsers keep themselves above 1% global usage by employing shady practice, or targeting certain restrictions in there favor. Examples of this are browsers that are forcing the user to use them by default without an option to change the default. We see this as an edge case and reserve the right to not support it if we see it as a problematic browser. Another example of this is ad/bots. Certain browsers gain there usage by running through hard-coded background processes on certain devices that load through a specific browser without the users control. Thus we also reserve the right to not support a browser solely on its usage % but also based on its reputation.
What is a Global Usage and how is it determined?
We rely on several industry standard tools to ensure that all of our code is compliant with our supported browser.
- https://caniuse.com/ - This allows us to see if a certain feature is supported by a specific browser
- https://github.com/postcss/autoprefixer - This tool ensures that all the correct vendor prefixes for all our supported browsers are always used in our css.
- https://github.com/browserslist/browserslist - This tool is used to specify our supported browser for all the other tools to read and base everything off.
This browser which is actually despite the name not based on chrome! Instead just like chrome & safari it relies on https://webkit.org/project/ which is an open source Web Content Engine for the web. Chrome and now this new edge just applies its own skin and exts on-top to this standard. Infact there are other similarities in some of these browsers as they can also use the same exts at times as well such as the develop tools which is also another open source project.
Back to the main point why this is a good example for why the data can flux. This browser was given a lot of media based on Microsoft to webkit in this build. Given its release date which was just a few months ago in January. We are now seeing articles saying that it has surpassed firefox.
But is this accurate? Its actually misleading and too early to tell. Given that its so new a lot of individuals are still riding the hype and testing it out. Its also pulling a lot of users from IE11 which is also inflating those numbers. Not to mention that this year is the mass adoption year for Windows 10. Meaning a lot of individuals are for the first time getting access to edge which is also inflating those numbers. All of this and more leads to less than stable data. Thus its better to wait until the end of the year to get better results. In-fact Microsoft is well of ware of this I am sure which is why they chose to release when they did.
Where does this information evryone is talking about then come from? It comes from Net Market Share. Which is another site dedicated to usage stats. However its currently not the standard for the global development community until an api is developed for the tools that we leverage. Whats the difference the difference is mainly in how they interpret information. According to this article https://www.zdnet.com/article/net-marke ... you-trust/, NetMarketshare on the surface is more representative of a clean average weighting every user the same. StatCounter weights heavy users more which gives you a better representation of what browsers you may see in you websites logs. This is why if you look on StatCounter you will not see Edge with a higher percentage then firefox. One other difference is in the browsers themselves, each has a list of what browsers they get results for that may differ.