Browse Source

Update HTML validator settings.

pull/316/merge
XhmikosR 11 years ago
parent
commit
03e571361c
  1. 2
      Gruntfile.js

2
Gruntfile.js

@ -123,6 +123,8 @@ module.exports = function(grunt) {
reset: true, reset: true,
relaxerror: [ 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-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.'
] ]
}, },

Loading…
Cancel
Save