diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md
index e761d3c..c0c0a93 100644
--- a/Frequently-Asked-Questions.md
+++ b/Frequently-Asked-Questions.md
@@ -54,34 +54,40 @@ The objective is to support all HTML5 compliant browsers, but since feature supp
|
- | Android |
- Limited |
+ Android 5+ |
+ Mostly |
None |
- Android's own web browser version 4.0 or below lacks a number of features or has defects, e.g., in typed arrays or HTTP range requests. |
+ Some missing features/defects have been reported for desktop and mobile, e.g., for typed arrays and HTTP range requests, but no problems in general. |
- | Safari |
- Limited |
+ Safari 8+ |
+ Mostly |
None |
- Safari (desktop and mobile) lacks a number of features or has defects, e.g., in typed arrays or HTTP range requests. |
+ Some missing features/defects have been reported for desktop and mobile, e.g., for typed arrays and HTTP range requests, but no problems in general. |
- | IE10/IE11/Edge |
- Limited |
+ IE 11/Edge |
+ Mostly |
None |
- IE10 or above are reported to have missing features and defects. |
+ Some missing features/defects have been reported, but no problems in general. |
- | IE9 |
- Limited |
- None |
- IE9 lacks a number of features, most notably typed arrays which causes subpar performance. |
-
-
- | IE8 or lower |
+ IE 10 and below |
No |
None |
- IE8 and below are missing too many features to be supported. |
+ Too many features are missing to be supported. |
+
+
+ | Safari 7 and below |
+ No |
+ None |
+ Too many features are missing to be supported. |
+
+
+ | Android 4 and below |
+ No |
+ None |
+ Too many features are missing to be supported. |