Browse Source

Merge pull request #608 from watilde/fixes-validate-html

Fixes validate html to allow using multiple h1 tags
pull/658/head
Connor Sears 10 years ago
parent
commit
182a12a5e9
  1. 3
      Gruntfile.js

3
Gruntfile.js

@ -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: {

Loading…
Cancel
Save