Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2016-01-07 01:47:07 +0300
committerChris Rebert <github@chrisrebert.com>2016-01-07 01:47:07 +0300
commitc06cb8e3205776c0830cd4c7b541012f14f9461b (patch)
tree19e6dfa79646cbdd0e1886744c976a70a3fed7fd /Gruntfile.js
parentf547806e88ff5b93cdb49feaf196ff74cc591905 (diff)
Ignore HTML validator warning about <input type="datetime-local">
Erratum from #18778 [skip sauce]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 85e423a688..146698599c 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']