Are there any adverse side effects to loading html5shiv in every browser?
- by Jeff
On the html5shiv Google Code page the example usage includes an IE conditional:
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
However on the html5shiv github page, the description explains:
This script is the defacto way to enable use of HTML5 sectioning
elements in legacy Internet…