From 894d2af8f4764bd3acded4a3e14dad0114218892 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 22 May 2014 11:11:01 +0300 Subject: [PATCH] Clean up validator suppressions. --- Gruntfile.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8455208..a0419bf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -221,10 +221,8 @@ module.exports = function(grunt) { failHard: true, reset: true, relaxerror: [ - 'Bad value apple-mobile-web-app-title for attribute name on element meta: Keyword apple-mobile-web-app-title is not registered.', - 'Bad value apple-mobile-web-app-status-bar-style for attribute name on element meta: Keyword apple-mobile-web-app-status-bar-style is not registered.', - 'Bad value X-UA-Compatible for attribute http-equiv on element meta.', - '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.' ] }, files: {