mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-28 20:58:17 +00: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:
commit
eaf3b53e44
1 changed files with 0 additions and 1 deletions
|
|
@ -321,7 +321,6 @@ module.exports = function (grunt) {
|
||||||
failHard: true,
|
failHard: true,
|
||||||
reset: true,
|
reset: true,
|
||||||
relaxerror: [
|
relaxerror: [
|
||||||
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
|
|
||||||
'Element img is missing required attribute src.',
|
'Element img is missing required attribute src.',
|
||||||
'Attribute autocomplete not allowed on element input at this point.',
|
'Attribute autocomplete not allowed on element input at this point.',
|
||||||
'Attribute autocomplete not allowed on element button at this point.'
|
'Attribute autocomplete not allowed on element button at this point.'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue