From fbb60a8ecb503524d3b25ed551297c0002b1be43 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Mon, 3 Dec 2012 15:34:32 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index e1dec17..ec05f7d 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -1,13 +1,13 @@ # Required Browser Features -The page describes the features that are required for a web browser to have to PDF.js function properly. Some of the features are critical and does not let PDF.js function properly if they are not supported or disabled. Some of them can be emulated if absent (e.g. in the [compatibility.js](https://github.com/mozilla/pdf.js/blob/master/web/compatibility.js) file), however the PDF.js performance and memory usage will be worse than when the feature is present. +The page describes the features that are a required for a web browser to have to PDF.js function properly. Some of the features are critical and does not let PDF.js function properly if they are not supported or disabled. Some of them can be emulated if absent (e.g. in the [compatibility.js](https://github.com/mozilla/pdf.js/blob/master/web/compatibility.js) file), however the PDF.js performance and memory usage will be worse than when the feature is present. The required features tests can be run at http://mozilla.github.com/pdf.js/features/ ## CANVAS element is present Support of the CANVAS element and 2D context is required feature for PDF.js. -No emulation of the CANVAS element is provided in browsers that do not support it. +No emulation of the CANVAS element is provided for the browsers that do not support it. ## get-literal properties @@ -20,13 +20,13 @@ var obj = { }; ``` -Browsers that don't understand this syntax will not be able to execute the code. +The browsers that don't understand this syntax will not be able to execute the code. ## addEventListener is present The `addEventListener` method is used to bind event listeners for DOM elements. -No emulation of the `addEventListener` method is provided in browsers that do not support it. +No emulation of the `addEventListener` method is provided in the browsers that do not support it. ## Typed arrays are present