Commit eaf3b53e authored by Heinrich Fenkart's avatar Heinrich Fenkart

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

HTML validation: No longer relax the `X-UA-Compatible` error
parents bf4a331f ff5f9db6
......@@ -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.'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment