]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Have HTML5 validator ignore `autocomplete="off"` on input[type="checkbox"]
authorChris Rebert <code@rebertia.com>
Fri, 18 Jul 2014 21:15:47 +0000 (14:15 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 18 Jul 2014 21:19:16 +0000 (14:19 -0700)
commit031cb969d7d11e3f64bea93009be3db365bfbf1b
treedd470cbaab839d3af7c168713aa04967f304da26
parentfc19cad60810684d6669ac55eaece2d96500f82a
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.
Gruntfile.js