I have used the same meta
that HTML5 Boilerplate is using, and the W3C HTML validator complains:
Bad value X-UA-Compatible for attribute http-equiv on element meta.
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
What is wrong with this meta
tag?
If you download/build the validator src code, you can add support yourself.
Add the following to a file such as
html5-meta-X-UA-Compatible.rnc
) Then include it inhtml5full.rnc
.I did this and it works nicely for validating.
Please remove
,chrome=1
from meta tag it will working fine. With validator: