]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Ignore HTML validator warning about <input type="datetime-local">
authorChris Rebert <github@chrisrebert.com>
Wed, 6 Jan 2016 22:47:07 +0000 (14:47 -0800)
committerChris Rebert <github@chrisrebert.com>
Wed, 6 Jan 2016 22:47:07 +0000 (14:47 -0800)
Erratum from #18778
[skip sauce]

Gruntfile.js

index 85e423a688c54328ed6ed5984f231f28ce033551..146698599c932fcb977e8e56fc946880a57f5df3 100644 (file)
@@ -343,7 +343,7 @@ module.exports = function (grunt) {
           '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.'
+          'The “datetime-local” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.'
         ]
       },
       src: ['_gh_pages/**/*.html', 'js/tests/visual/*.html']