Browse Source

Clean up validator suppressions.

pull/597/head
XhmikosR 11 years ago
parent
commit
894d2af8f4
  1. 6
      Gruntfile.js

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

Loading…
Cancel
Save