0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #15072 from twbs/html-validator-x-ua-compatible

HTML validation: No longer relax the `X-UA-Compatible` error
This commit is contained in:
Heinrich Fenkart 2014-11-10 20:23:58 +01:00
commit eaf3b53e44

View 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.'