diff --git a/ie.md b/ie.md index f0d22a42f..859531ddb 100644 --- a/ie.md +++ b/ie.md @@ -73,8 +73,10 @@ layout: default | data URI [⊙][datauri] | | | 8 ✓ | ✓ | ✓ | ✓ | | JS: JSON parsing [⊙][json] | | | 8 ✓ | ✓ | ✓ | ✓ | | JS: Cross-origin resource sharing [⊙][cors] | | | 8 ✓ | ✓ | ✓ | ✓ | +| JS: Local storage [⊙][localstorage] | | | 8 ✓ | ✓ | ✓ | ✓ | | ---------------------------------------------------------- | - | - | - | - | -- | -- | | CSS: `@media` queries — [polyfill][respond] | | | | 9 ✓ | ✓ | ✓ | +| HTML: new HTML5 elements - [polyfill][html5shiv] | | | | 9 ✓ | ✓ | ✓ | | HTML: `` | | | | 9 ✓ | ✓ | ✓ | | HTML: `` | | | | 9 ✓ | ✓ | ✓ | | HTML: `` | | | | 9 ✓ | ✓ | ✓ | @@ -90,18 +92,27 @@ layout: default ## Polyfills -Always install these in almost every project: +### Always install these in almost every project - - [selectivizr] for selectors - - [html5shiv] for new HTML tags - - [json2] for JSON parsing (IE7 below) - - [respond] for media queries + - [json2] for JSON parsing (for IE7 below) + - [selectivizr] for selectors (for IE8 below) + - [html5shiv] for new HTML tags (for IE8 below) + - [respond] for media queries (for IE8 below) -You may also need these: +```html + +``` - - [modernizr] for feature detection and new HTML tags +### You may also need -for CSS3 decorations: + - [modernizr] for feature detection + +### for CSS3 decorations - [css3pie] - [cssSandpaper] @@ -151,6 +162,7 @@ Footnotes [respond]: https://github.com/scottjehl/Respond [flexbox]: http://caniuse.com/#feat=flexbox [cors]: http://caniuse.com/#feat=cors +[localstorage]: http://caniuse.com/#feat=localstorage [json]: http://caniuse.com/#feat=json [datauri]: http://caniuse.com/#feat=datauri [validation]: http://caniuse.com/#search=validation