@ -298,20 +298,14 @@ module.exports = function (grunt) {
}
},
validation:{
htmllint:{
options:{
charset:'utf-8',
doctype:'HTML5',
failHard:true,
reset:true,
relaxerror:[
'Attribute ontouchstart not allowed on element body at this point.',
'Consider using the h1 element as a top-level heading only \\(all h1 elements are treated as top-level headings by many screen readers and other tools\\)\\.'
ignore:[
'Attribute "ontouchstart" not allowed on element "body" at this point.',
'Consider using the "h1" element as a top-level heading only (all "h1" elements are treated as top-level headings by many screen readers and other tools).'
]
},
files:{
src:'_site/**/*.html'
}
src:'_site/**/*.html'
},
sed:{
@ -346,7 +340,7 @@ module.exports = function (grunt) {