Skip to content

Commit 3e85f7b

Browse files
authored
Update browser-support.md to mention ES6 module support
1 parent 88db1a5 commit 3e85f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.01% of traffic, it is considered to be a candidate for recommendation.
17+
If a browser supports [ES6 module script tags](https://caniuse.com/es6-module) **and** has more than 0.01% of traffic, it is considered to be a candidate for recommendation.
1818

1919
All browser versions above and including the minimum candidate version are considered recommended browsers.
2020

0 commit comments

Comments
 (0)