From 13ca6382926cf39cfc1b86d2fbb315e22420f3ee Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 6 Jan 2015 11:49:06 +0100 Subject: [PATCH] simplify --- Browser-Support.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/Browser-Support.md b/Browser-Support.md index df1a61e..817c745 100644 --- a/Browser-Support.md +++ b/Browser-Support.md @@ -1,16 +1,14 @@ -Currently, reveal.js has five tiers of browser support: +Currently, reveal.js has four tiers of browser support: -1. 3D Transforms version -2. 2D UI with only linear animations -3. 2D UI with no animation -4. 2D UI showing all slides in a vertical row -5. Absolutely no support - either nothing shown onscreen or screen contents mangled/disfigured +1. Full support +2. No transitions +3. All slides in one tall scrollable page +4. Not supported -1st tier: __Chrome__, __Safari__, __Firefox__, __Opera__ and __IE10__. -2nd tier: __Maxthon__, Android 2.3.7 stock browser, Dolphin 9. -3rd tier: __IE9__, __Firefox 3.6__. -4th tier: __IE8__, the __Kindle Fire Silk Browser 1.0__ and __Maxthon Mobile__. -5th tier: __IE7 and lower__, __all non-JavaScript browsers__. +1st tier: __Chrome__, __Safari__, __Firefox__, __Opera__ and __IE10-11__. +2rd tier: __IE9__, __Firefox 3.6__. +3th tier: __IE8__, the __Kindle Fire Silk Browser 1.0__ and __Maxthon Mobile__. +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)