Skip to content

Commit 6b38bfe

Browse files
authored
Merge pull request #13731 from guardian/ravi/update-browser-support-doc
Update `browser-support` doc with the last run of `@guardian/browserslist`
2 parents d56607d + 2ce7048 commit 6b38bfe

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

dotcom-rendering/docs/principles/browser-support.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,26 @@ such as supporting TLS (IE<6, Firefox 1). These browsers will not be able to see
1414
These are [browsers that we publicly recommend](https://www.theguardian.com/help/recommended-browsers) our
1515
audience use. They will receive the modern experience.
1616

17-
If a browser version has more than 0.2% of traffic, it is considered to be a candidate for recommendation.
17+
If a browser version has more than 0.01% of traffic, it is considered to be a candidate for recommendation.
18+
1819
All browser versions above and including the minimum candidate version are considered recommended browsers.
1920

20-
As of 6th November 2018, our browser usage for browsers versions with over 0.2% of traffic over the last 14 days
21-
looks like:
22-
23-
| Browser | Min version | Usage >= version |
24-
| ----------------- | ----------- | ---------------- |
25-
| Chrome | 49 | 46.95% |
26-
| iOS Safari | 10.2 | 26.97% |
27-
| Firefox | 48 | 3.07% |
28-
| Safari | 10 | 3.02% |
29-
| Internet Explorer | 11 | 2.79% |
30-
| Samsung Internet | 7 | 2.01% |
31-
| Edge | 17 | 1.31% |
32-
| UC Browser | 12 | 0.30% |
33-
| Opera | 56 | 0.25% |
34-
35-
The above table was calculated based on data from Google Analytics.
21+
As of 19th February 2024, our recommended browsers list is:
22+
23+
| Browser | Min version |
24+
| ----------------- | ----------- |
25+
| Chrome | 70 |
26+
| Chrome (Android) | 119 |
27+
| Edge | 109 |
28+
| Firefox | 78 |
29+
| Firefox (Android) | 119 |
30+
| Opera | 95 |
31+
| Opera (mobile) | 73 |
32+
| Safari | 11.1 |
33+
| Safari (iOS) | 10.3 |
34+
| Samsung Internet | 17 |
35+
36+
The above table was calculated by [@guardian/browserslist-config](https://github.com/guardian/csnx/tree/main/libs/%40guardian/browserslist-config) based on data from Google Analytics.
3637

3738
## Cutting the mustard
3839

0 commit comments

Comments
 (0)