문제

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