Updated Required Browser Features (markdown)

yurydelendik 2012-12-02 19:32:01 -08:00
parent d30ccc2ec1
commit e09948e918

@ -2,7 +2,7 @@
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 if present.
The features tests can be run at http://107.22.172.223:8877/de552aeeb332884/features/ (temporary link!)
The features tests can be run at http://107.22.172.223:8877/9b898b19f2db8b4/features/ (temporary link!)
## <a id="canvas"></a>CANVAS element is present
@ -132,7 +132,7 @@ The language getter will be added to the window.navigator object, if the browser
Some PDF content is using "even-odd" fill rule/method. The content will not be displayed
properly if this function is not supported.
## <a id="dash-array"></a>dashed line is supported
## <a id="dash-array"></a>dashed line style is supported
Some PDF content is using custom dash line styles. The content will not be displayed
properly if this function is not supported.