Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 06d4e18

Browse files
committed
docs(faq): clarify browser support
Closes #12728
1 parent 966e01c commit 06d4e18

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/content/misc/faq.ngdoc

+9-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,15 @@ Yes. See instructions in {@link downloading}.
8686

8787
### What browsers does Angular work with?
8888

89-
We run our extensive test suite against the following browsers: Safari, Chrome, Firefox, Opera 15,
90-
IE9 and mobile browsers (Android, Chrome Mobile, iOS Safari). See {@link guide/ie Internet
91-
Explorer Compatibility} for more details on supporting legacy IE browsers.
89+
We run our extensive test suite against the following browsers: the latest versions of Chrome,
90+
Firefox, Safari, and Safari for iOs, as well as Internet Explorer versions 9-11. See {@link guide/ie
91+
Internet Explorer Compatibility} for more details on supporting legacy IE browsers.
92+
93+
If a browser is untested, it doesn't mean it won't work; for example, older Android (2.3.x)
94+
is supported in the sense that we avoid the dot notation for reserved words as property names,
95+
but we don't actively test changes against it. You can also expect browsers to work that share
96+
a large part of their codebase with a browser we test, such as Opera > version 12
97+
(uses the Blink engine), or the various Firefox derivatives.
9298

9399

94100
### What's Angular's performance like?

0 commit comments

Comments
 (0)