mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 11:51:23 +02:00
Have HTML5 validator ignore autocomplete="off"
on input[type="checkbox"]
Not clear from the spec whether this is invalid per se. But it is the current best known workaround for Firefox's unusual behavior.
This commit is contained in:
@@ -340,7 +340,8 @@ module.exports = function (grunt) {
|
|||||||
reset: true,
|
reset: true,
|
||||||
relaxerror: [
|
relaxerror: [
|
||||||
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
|
'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.'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
|
Reference in New Issue
Block a user