aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-06-29 09:27:31 +0300
committerGitHub <[email protected]>2016-06-29 09:27:31 +0300
commitc7fae07fbcdf2d1963c2d0bdc59a690ecde07462 (patch)
tree2a6e194ecfbf79c2a02dc59c4f3e104ddb1dcfa3 /Gruntfile.js
parented3ba4742506a7164caddbcdcfc58aba25277b4d (diff)
parente83b742c1181fc4545538acc47746139d9836677 (diff)
downloadbootstrap-c7fae07fbcdf2d1963c2d0bdc59a690ecde07462.tar.xz
bootstrap-c7fae07fbcdf2d1963c2d0bdc59a690ecde07462.zip
Merge pull request #20201 from twbs/v4-dev-xmr-deps
Update dependencies.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f31a82dbc..74e9697a4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -226,14 +226,14 @@ module.exports = function (grunt) {
htmllint: {
options: {
ignore: [
- 'Element “img” is missing required attribute “src”.',
- '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” is only allowed when the input type is “color”, “date”, “datetime”, “datetime-local”, “email”, “hidden”, “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).',
- 'The “datetime” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
+ 'Element “div” not allowed as child of element “progress” in this context. (Suppressing further errors from this subtree.)',
+ 'Element “img” is missing required attribute “src”.',
'The “color” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
'The “date” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
+ 'The “datetime” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
'The “datetime-local” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
'The “month” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
'The “time” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',