aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-11-10 20:02:06 +0100
committerHeinrich Fenkart <[email protected]>2014-11-10 20:02:06 +0100
commitff5f9db68ec7c7f89dd353e9d73b9fc1abc15ac7 (patch)
treeec048862a32cd9f548ba761d1021c97842d82203 /Gruntfile.js
parentbf4a331f1a6817b477bd5a931bb3b0671997f9de (diff)
downloadbootstrap-ff5f9db68ec7c7f89dd353e9d73b9fc1abc15ac7.tar.xz
bootstrap-ff5f9db68ec7c7f89dd353e9d73b9fc1abc15ac7.zip
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
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 8d293654e..76fbbcbaf 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.'