jquery / jqueryui.com

jQuery UI web site content
https://jqueryui.com
Other
132 stars 113 forks source link

Those IE version checks at the start of the HTML seem to be invalid... #188

Closed C80 closed 2 years ago

C80 commented 3 years ago

Most jqueryui.com pages i've went to start with something like this:

<!--[if IE 7 ]>      <html class="no-js ie ie7 lte7 lte8 lte9"> lang="en-US"> <![endif]-->
<!--[if IE 8 ]>      <html class="no-js ie ie8 lte8 lte9"> lang="en-US"> <![endif]-->
<!--[if IE 9 ]>      <html class="no-js ie ie9 lte9"> lang="en-US"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->

Which includes a LOT of misplaced ">" characters, and would show up on screen for some browsers: image

mgol commented 2 years ago

Thanks for the report. I've removed the IE conditional headers now, they're not really needed anymore.