Fix IE support in README

This commit is contained in:
Alex Rock Ancelet
2016-02-28 10:10:28 +01:00
parent d13428ec22
commit 8159876c98

View File

@@ -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 Fortunately, as these are JavaScript APIs there are polyfill libraries that patch older browsers
with these APIs. with these APIs.
For example IE10 is said to support CSS 3D transforms and transitions, but it doesn't have `classList` For example IE10 is said to support CSS 3D transforms and transitions, but it doesn't have `dataset`
nor `dataset` APIs implemented at the moment. So including polyfill libraries *should* help IE10 APIs implemented at the moment. So including polyfill libraries *should* help IE10 with running
with running impress.js. impress.js.
### And few more details about mobile support ### And few more details about mobile support