Is there any difference amongst a robust (in a way) js HTML5shiv and just simple IE condition as such:?

    <!--[if lte IE 9]>
        <script>
            document.createElement("main");
        </script>
    <![endif]-->
有帮助吗?

解决方案

HTML5shiv also adds 'default' styling to the elements (and a neat stylesheet).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top