aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-06 14:47:07 -0800
committerChris Rebert <[email protected]>2016-01-06 14:47:07 -0800
commitc06cb8e3205776c0830cd4c7b541012f14f9461b (patch)
tree19e6dfa79646cbdd0e1886744c976a70a3fed7fd
parentf547806e88ff5b93cdb49feaf196ff74cc591905 (diff)
downloadbootstrap-c06cb8e3205776c0830cd4c7b541012f14f9461b.tar.xz
bootstrap-c06cb8e3205776c0830cd4c7b541012f14f9461b.zip
Ignore HTML validator warning about <input type="datetime-local">
Erratum from #18778 [skip sauce]
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 85e423a68..146698599 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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']