]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
HTML validation: No longer relax the `X-UA-Compatible` error 15072/head
authorHeinrich Fenkart <hnrch02@gmail.com>
Mon, 10 Nov 2014 19:02:06 +0000 (20:02 +0100)
committerHeinrich Fenkart <hnrch02@gmail.com>
Mon, 10 Nov 2014 19:02:06 +0000 (20:02 +0100)
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

Gruntfile.js

index 8d293654e7166368d38850e2fbaf6ac1804a9f2d..76fbbcbafa2dd00b5f50d8803b498e3ca0071cd3 100644 (file)
@@ -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.'