Fix IE support in README
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user