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 <code@chrisrebert.com>2016-01-07 02:52:12 +0300
committerChris Rebert <code@chrisrebert.com>2016-01-07 02:57:19 +0300
commit3d5b3402170f142205e0c468c2fa548fbc94016c (patch)
tree713ed0729788448b71d32d33e2062e9431684a5d /Gruntfile.js
parentcbe9b7a035d17cc235a9cb98a8b2256ed265d8aa (diff)
Add comprehensive `.form-control` example(/testcase) to docs
Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 146698599c..c4407332dc 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -343,7 +343,12 @@ 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-local” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.'
+ '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-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.',
+ 'The “week” 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']