From: Heinrich Fenkart Date: Mon, 10 Nov 2014 19:02:06 +0000 (+0100) Subject: HTML validation: No longer relax the `X-UA-Compatible` error X-Git-Tag: v3.3.1~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15072%2Fhead;p=thirdparty%2Fbootstrap.git HTML validation: No longer relax the `X-UA-Compatible` error The validator no longer complains about it unless the value is different from `content=IE=edge`, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=27091 --- diff --git a/Gruntfile.js b/Gruntfile.js index 8d293654e7..76fbbcbafa 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -321,7 +321,6 @@ module.exports = function (grunt) { failHard: true, reset: true, relaxerror: [ - 'Bad value X-UA-Compatible for attribute http-equiv on element meta.', 'Element img is missing required attribute src.', 'Attribute autocomplete not allowed on element input at this point.', 'Attribute autocomplete not allowed on element button at this point.'