From ff5f9db68ec7c7f89dd353e9d73b9fc1abc15ac7 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Mon, 10 Nov 2014 20:02:06 +0100 Subject: [PATCH] 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 --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) 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.'