Created
February 19, 2015 20:21
-
-
Save Kcko/c14e2a7a85c62a414056 to your computer and use it in GitHub Desktop.
HTML v IE 8, klasické i vlastní značky jako elementy
This file contains 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 lte IE 8]> | |
<script> | |
var znacky = "article aside audio bb canvas datagrid datalist details dialog eventsource figure footer header hgroup mark menu meter nav output progress section time video"; | |
znacky.replace(/\w+/g, function(znacka){document.createElement(znacka)}); | |
</script> | |
<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment