Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created February 19, 2015 20:21
Show Gist options
  • Save Kcko/c14e2a7a85c62a414056 to your computer and use it in GitHub Desktop.
Save Kcko/c14e2a7a85c62a414056 to your computer and use it in GitHub Desktop.
HTML v IE 8, klasické i vlastní značky jako elementy
<!--[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