explicitly set more HTML5 validator options

This commit is contained in:
Chris Rebert 2013-12-15 19:42:47 -08:00
parent 94bdea0054
commit 43c3d785ef
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ module.exports = function (grunt) {
validation: {
options: {
charset: 'utf-8',
doctype: 'HTML5',
reset: true,
relaxerror: [
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',