diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 4293ff9..1afe3c7 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -30,56 +30,56 @@ Not by default, but it is possible. PDF.js runs with the same permissions as an ## What browsers are supported? -The goal is to support all HTML5 compliant browsers, but since feature support varies per browser/version our support for all PDF features varies as well. If you want to support more browsers than Firefox you'll need to include [compatibility.js](https://github.com/mozilla/pdf.js/blob/master/web/compatibility.js) which has polyfills for missing features. Find the list of features needed for PDF.js to properly work and browser tests for those features at [[Required Browser Features]]. In general, the support is below: +The objective is to support all HTML5 compliant browsers, but since feature support varies per browser/version our support for all PDF features varies as well. We include `compatibility.js` by default which has polyfills for missing features. Find the list of features needed for PDF.js to properly work and browser tests for those features at [[Required Browser Features]]. In general, the support is below:
| Browser | Supported | Automated Testing | Notes | ||||
|---|---|---|---|---|---|---|---|
| Browser | Supported | Automated testing | Notes | ||||
| Firefox Stable | -yes | -Windows and Linux | +Firefox (stable) | +Yes | +Windows/Linux | ||
| Chrome Stable | -yes | -Windows and Linux | +Chrome (stable) | +Yes | +Linux | ||
| Opera Stable | -yes | -none | +Opera (stable) | +Yes | +None | ||
| Android | -limited | -none | -Android's Web Browser version 4.0 or below lacks a number of features or has defects, e.g. in typed arrays or HTTP range requests | +Limited | +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. | |
| Safari | -limited | -none | -Safari (desktop and mobile) lacks a number of features or has defects, e.g. in typed arrays or HTTP range requests | +Limited | +None | +Safari (desktop and mobile) lacks a number of features or has defects, e.g., in typed arrays or HTTP range requests. | |
| IE10+ | -limited | -none | -IE 10 or above may lack of features or may have defects. | +IE10/IE11/Edge | +Limited | +None | +IE10 or above are reported to have missing features and defects. |
| IE9 | -limited | -none | -IE9 lacks a number of features and most notably typed arrays which causes subpar performance. | +Limited | +None | +IE9 lacks a number of features, most notably typed arrays which causes subpar performance. | |
| <=IE8 | -NO | -none | +IE8 or lower | +No | +None | IE8 and below are missing too many features to be supported. |