Update.
This commit is contained in:
parent
0f2d496aae
commit
19e171c2a3
10
ie.md
10
ie.md
|
@ -1,7 +1,7 @@
|
||||||
title: Internet Explorer
|
title: Internet Explorer
|
||||||
---
|
---
|
||||||
|
|
||||||
## Only in IE7+
|
## Only available in IE7+
|
||||||
|
|
||||||
Selectors:
|
Selectors:
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ CSS properties:
|
||||||
- `max-width`
|
- `max-width`
|
||||||
- `position: fixed`
|
- `position: fixed`
|
||||||
|
|
||||||
## Only in IE8+
|
## Only available in IE8+
|
||||||
|
|
||||||
Selectors/pseudos: ([polyfill][selectivizr])
|
Selectors/pseudos: ([polyfill][selectivizr])
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ JS features:
|
||||||
- JSON parsing
|
- JSON parsing
|
||||||
- Cross-origin resource sharing
|
- Cross-origin resource sharing
|
||||||
|
|
||||||
## Only in IE9+
|
## Only available in IE9+
|
||||||
|
|
||||||
Selectors/pseudos: ([polyfill][selectivizr])
|
Selectors/pseudos: ([polyfill][selectivizr])
|
||||||
|
|
||||||
|
@ -81,11 +81,11 @@ HTML5 features:
|
||||||
- `<svg>`
|
- `<svg>`
|
||||||
- `<img src='image.svg'>`
|
- `<img src='image.svg'>`
|
||||||
|
|
||||||
## Only in IE10+
|
## Only available in IE10+
|
||||||
|
|
||||||
CSS features:
|
CSS features:
|
||||||
|
|
||||||
- `-ms-animation`
|
- `animation`
|
||||||
- `transition`
|
- `transition`
|
||||||
- `linear-gradient()`
|
- `linear-gradient()`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue