addinall | 27 Jun 2012 12:52

Re: HTML 5 meta restrictions

>Line 17, Column 63: Bad value X-UA-Compatible for attribute
http-equiv  
on element meta.
> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">

Stick this in instead...

<!--[if ie]><meta content='IE=8'
http-equiv='X-UA-Compatible'/><![endif]-->

Forget the Chrome=1

This will get rid of the validation error and get you back in the
Green!  :-)

Cheers,
Mark Addinall.


Gmane