diff --git a/aio/content/guide/browser-support.md b/aio/content/guide/browser-support.md index 116ee4dcfe..a9f355ae4a 100644 --- a/aio/content/guide/browser-support.md +++ b/aio/content/guide/browser-support.md @@ -53,7 +53,7 @@ Angular supports most recent browsers. This includes the following specific vers IE
- Chrome, Firefox, Edge, Safari 9+
+ Chrome, Firefox, Edge, + Safari, Android, IE10+ |
- [ES7/reflect](guide/browser-support#core-es7-reflect) (JIT only) - - | - -||||||||||||||||||
- Safari 7 & 8, IE10 & 11, Android 4.1+ - | - -- - [ES6](guide/browser-support#core-es6) + [ES2015](guide/browser-support#core-es6) | @@ -222,7 +202,7 @@ These are the polyfills required to run an Angular application on each supported
- [ES6 classList](guide/browser-support#classlist) + ES2015 [classList](guide/browser-support#classlist) |
@@ -235,12 +215,6 @@ These are the polyfills required to run an Angular application on each supported
Some features of Angular may require additional polyfills.
-For example, the animations library relies on the standard web animation API, which is only available in Chrome and Firefox today.
-(note that the dependency of web-animations-js in Angular is only necessary if `AnimationBuilder` is used.)
-
-Here are the features which may require additional polyfills:
-
-
- [JIT compilation](guide/aot-compiler). - - Required to reflect for metadata. - | - -- - [ES7/reflect](guide/browser-support#core-es7-reflect) - - | - -- All current browsers. Enabled by default. - Can remove if you always use AOT and only use Angular decorators. - | - -
-
- [Animations](guide/animations)
- Only if `Animation Builder` is used within the application--standard - animation support in Angular doesn't require any polyfills (as of NG6). + [AnimationBuilder](api/animations/AnimationBuilder). + (Standard animation support does not require polyfills.) |
@@ -298,8 +249,9 @@ Here are the features which may require additional polyfills:
- If AnimationBuilder is used then the polyfill will enable scrubbing - support for IE/Edge and Safari (Chrome and Firefox support this natively). +If AnimationBuilder is used, enables scrubbing + support for IE/Edge and Safari. + (Chrome and Firefox support this natively). |
- If you use the following deprecated i18n pipes: - - + If you use the following deprecated i18n pipes: [date](api/common/DeprecatedDatePipe), - [currency](api/common/DeprecatedCurrencyPipe), - [decimal](api/common/DeprecatedDecimalPipe), - [percent](api/common/DeprecatedPercentPipe) | @@ -337,9 +284,7 @@ Here are the features which may require additional polyfills:- [NgClass](api/common/NgClass) - - on SVG elements + [NgClass](api/common/NgClass) on SVG elements | @@ -358,9 +303,7 @@ Here are the features which may require additional polyfills: | - [Http](guide/http) - - when sending and receiving binary data + [Http](guide/http) when sending and receiving binary data | @@ -383,9 +326,8 @@ Here are the features which may require additional polyfills: | - [Router](guide/router) - - when using [hash-based routing](guide/router#appendix-locationstrategy-and-browser-url-styles) + [Router](guide/router) when using + [hash-based routing](guide/router#appendix-locationstrategy-and-browser-url-styles) |
@@ -404,8 +346,9 @@ Here are the features which may require additional polyfills:
-### Suggested polyfills ##
-Below are the polyfills which are used to test the framework itself. They are a good starting point for an application.
+### Suggested polyfills
+
+The following polyfills are used to test the framework itself. They are a good starting point for an application.
|