Created
June 8, 2017 10:40
-
-
Save Farmatique/eb8dc25097396412b626f3ebeb82fd19 to your computer and use it in GitHub Desktop.
html tags for ie9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if lt IE 9]> | |
| <script> | |
| var e = ("article,aside,figcaption,figure,footer,header,hgroup,nav,section,time").split(','); | |
| for (var i = 0; i < e.length; i++) { | |
| document.createElement(e[i]); | |
| } | |
| </script> | |
| <![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment