Fixes validate html to allow using multiple h1 tags

This commit is contained in:
Daijiro Wachi 2014-06-08 15:14:42 +09:00
Родитель 894d2af8f4
Коммит 2865d3fe77
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -222,7 +222,8 @@ module.exports = function(grunt) {
reset: true,
relaxerror: [
'Attribute ontouchstart not allowed on element body at this point.',
'Bad value X-UA-Compatible for attribute http-equiv on element meta.'
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
'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: {