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:
authorXhmikosR <xhmikosr@gmail.com>2020-03-09 16:37:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-18 21:59:27 +0300
commit018a94c9c1766c2f191d98f14d8a780882d671ae (patch)
treec4cc4e590358ec01b4b090fe35cbf515865e9d05 /build
parent47aef7b2c6f4570443a16f8db302586a7ce548af (diff)
Remove Internet Explorer leftovers
Diffstat (limited to 'build')
-rw-r--r--build/vnu-jar.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index 4018873f8d..674cdb4430 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -37,10 +37,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
'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 recognize <main> / give the element an implicit "main" landmark.
- // Explicit role="main" is redundant for other modern browsers, but still valid.
- 'The “main” role is unnecessary for element “main”.'
+ 'The “time” input type is not supported in all browsers.*'
].join('|')
const args = [