From 2865d3fe77e754c4f50060b0ca8bfd13af9a190a Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Sun, 8 Jun 2014 15:14:42 +0900 Subject: [PATCH] Fixes validate html to allow using multiple h1 tags --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a0419bf..e9c2de8 100644 --- a/Gruntfile.js +++ b/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: {