Skip to content

Commit

Permalink
Fix IE support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Feb 28, 2016
1 parent d13428e commit 8159876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Additionally the code of impress.js relies on APIs proposed in HTML5 specificati
Fortunately, as these are JavaScript APIs there are polyfill libraries that patch older browsers
with these APIs.

For example IE10 is said to support CSS 3D transforms and transitions, but it doesn't have `classList`
nor `dataset` APIs implemented at the moment. So including polyfill libraries *should* help IE10
with running impress.js.
For example IE10 is said to support CSS 3D transforms and transitions, but it doesn't have `dataset`
APIs implemented at the moment. So including polyfill libraries *should* help IE10 with running
impress.js.


### And few more details about mobile support
Expand Down

0 comments on commit 8159876

Please sign in to comment.