aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-26 18:15:47 +0300
committerXhmikosR <[email protected]>2015-09-05 08:13:43 +0300
commita3d0a2c0452d81e5217b6dfead7eee9ff5884ada (patch)
tree41725024c4a8c7158c9453c1d906a73277365ea2
parentdb86b0ff172a80833a7fae28043c032cd5561134 (diff)
downloadbootstrap-a3d0a2c0452d81e5217b6dfead7eee9ff5884ada.tar.xz
bootstrap-a3d0a2c0452d81e5217b6dfead7eee9ff5884ada.zip
Update htmllint rules for the new version.
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 0af3eacf0..b20922324 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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).',