Page is a not externally linkable
FourDegreez - 5:56 pm on Nov 2, 2011 (gmt 0)
rocknbil, the <!--[if lt IE 9]> is necessary when using HTML5. IE versions prior to 9 will not allow you to style any of the new HTML5 tags (article, time, section, etc) without this hack.
Also, type="text/javascript" is not required in HTML5. javascript is assumed the default. It turns out that older browsers forgive the lack of a type attribute, as well.