Skip to content

Commit ff5f9db

Browse files
committed
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
1 parent bf4a331 commit ff5f9db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ module.exports = function (grunt) {
321321
failHard: true,
322322
reset: true,
323323
relaxerror: [
324-
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
325324
'Element img is missing required attribute src.',
326325
'Attribute autocomplete not allowed on element input at this point.',
327326
'Attribute autocomplete not allowed on element button at this point.'

0 commit comments

Comments
 (0)