I was checking html5boilerplate out in W3C Validator using a html5 test and it gave this error
Line 8, Column 64: Bad value X-UA-Compatible for attribute http-equiv on element meta.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
What should the value be to pass this test?