]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update htmllint rules for the new version.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 26 Aug 2015 15:15:47 +0000 (18:15 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 5 Sep 2015 05:13:43 +0000 (08:13 +0300)
Gruntfile.js

index 0af3eacf08a86323311f5663d85f35aea09b3e46..b209223243b15daa4799a49819fe1d7c2d641348 100644 (file)
@@ -337,7 +337,7 @@ module.exports = function (grunt) {
       options: {
         ignore: [
           'Element “img” is missing required attribute “src”.',
-          'Attribute “autocomplete” not allowed on element “input” at this point.',
+          'Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime”, “datetime-local”, “email”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.',
           'Attribute “autocomplete” not allowed on element “button” at this point.',
           'Element “div” not allowed as child of element “progress” in this context. (Suppressing further errors from this subtree.)',
           'Consider using the “h1” element as a top-level heading only (all “h1” elements are treated as top-level headings by many screen readers and other tools).',