Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2014-11-10 22:02:06 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2014-11-10 22:02:06 +0300
commitff5f9db68ec7c7f89dd353e9d73b9fc1abc15ac7 (patch)
treeec048862a32cd9f548ba761d1021c97842d82203 /Gruntfile.js
parentbf4a331f1a6817b477bd5a931bb3b0671997f9de (diff)
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 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.'