Commit ff5f9db6 authored by Heinrich Fenkart's avatar Heinrich Fenkart
Browse files

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
parent bf4a331f
5 merge requests!28721Hot test,!15072HTML validation: No longer relax the `X-UA-Compatible` error,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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.'
......
Supports Markdown
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