Browse Source

Fixes validate html to allow using multiple h1 tags

pull/608/head
Daijiro Wachi 11 years ago
parent
commit
2865d3fe77
  1. 3
      Gruntfile.js

3
Gruntfile.js

@ -222,7 +222,8 @@ module.exports = function(grunt) {
reset: true, reset: true,
relaxerror: [ relaxerror: [
'Attribute ontouchstart not allowed on element body at this point.', '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: { files: {

Loading…
Cancel
Save