From 9c5402e66e132dd51598eee03e9c82e46e564b07 Mon Sep 17 00:00:00 2001 From: David Oliver Date: Wed, 22 Apr 2015 18:21:53 +0200 Subject: [PATCH] Minor fixes. --- Browser-Support.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Browser-Support.md b/Browser-Support.md index 669aa38..fbc0f05 100644 --- a/Browser-Support.md +++ b/Browser-Support.md @@ -2,15 +2,15 @@ Currently, reveal.js has four tiers of browser support: 1. Full support 2. No transitions -3. All slides in one tall scrollable page +3. All slides in one tall, scrollable page 4. Not supported 1st tier: __Chrome__, __Safari__, __Firefox__, __Opera__ and __IE10-11__. -2rd tier: __IE9__, __Firefox 3.6__. -3th tier: __IE8__. +2nd tier: __IE9__, __Firefox 3.6__. +3rd tier: __IE8__. 4th tier: __IE7 and lower__, __all non-JavaScript browsers__. -(When no version # is specified, the current version, the previous version, and the next version are supported) +(When no version # is specified, the current version, the previous version and the next version are supported.) ## Chrome GPU Blacklist Some graphics cards are blacklisted in Chrome which leads to unexpected visual results. If affected you may see either bad performance as Chrome has fallen back on software rasterization or you may not get any 3D effects at all. You can try running chrome with the ```--ignore-gpu-blacklist``` flag to work around this. \ No newline at end of file