Created
June 16, 2011 21:27
-
-
Save jensgro/1030324 to your computer and use it in GitHub Desktop.
HTML5-Elemente für IE bis Version 8 "anmelden"
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
<script> | |
//http://www.hagenburger.net/BLOG/Simple-HTML5-Fix-for-IE.html | |
for(var e,l='article aside footer header nav section time'.split(' ');e=l.pop();document.createElement(e)) | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment