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
path: root/build
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-06-17 21:08:37 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-07-25 20:26:27 +0300
commit855d763ae57fd1dea1c26af1f197d3d84002dc55 (patch)
treeeae6333538a68f50170acaf7061dd0384268dcfd /build
parent39b88d42938151b27c67d8d373130a39041d76f8 (diff)
Reboot updates
- Remove unsupported browsers fixes - More consistent comment blocks - Reorganise order of some blocks - Add height fix for date/month/week/time inputs (#18842) - Remove redundant type selectors - Additional resets and theming options for `legend` - Add date & color inputs to reboot page - Use the same borders for text search, text inputs, textareas and date inputs - Move code styling to reboot
Diffstat (limited to 'build')
-rw-r--r--build/vnu-jar.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index 8567ba89d4..8c1353631a 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -33,6 +33,10 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
// Content → Reboot uses various date/time inputs as a visual example.
// Documentation does not rely on them being usable.
'The “date” input type is not supported in all browsers.*',
+ 'The “week” input type is not supported in all browsers.*',
+ 'The “month” input type is not supported in all browsers.*',
+ 'The “color” input type is not supported in all browsers.*',
+ 'The “datetime-local” input type is not supported in all browsers.*',
'The “time” input type is not supported in all browsers.*',
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// Explicit role="main" is redundant for other modern browsers, but still valid.