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>2021-06-22 12:42:49 +0300
committerGitHub <noreply@github.com>2021-06-22 12:42:49 +0300
commit0fa84e8c8e2c51cb21f3a707a2aafa6d507af4a6 (patch)
treeddab405bac5053e3a12d4d5185c61fa4a5390acd /build
parent58a373146b37010d95dbc356986c0cc84120cb90 (diff)
build/vnu-jar.js: clean up ignores (#34279)
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 d031cc89be..6c3517ca55 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -26,10 +26,7 @@ execFile('java', ['-version'], (error, stdout, stderr) => {
// "autocomplete" is included in <button> and checkboxes and radio <input>s due to
// Firefox's non-standard autocomplete behavior - see https://bugzilla.mozilla.org/show_bug.cgi?id=654072
'Attribute “autocomplete” is only allowed when the input type is.*',
- 'Attribute “autocomplete” not allowed on element “button” at this point.',
- // Content → Reboot uses various date/time inputs as a visual example.
- // Documentation does not rely on them being usable.
- 'The “(?:date|week|month|color|datetime-local|time)” input type is not supported in all browsers.*'
+ 'Attribute “autocomplete” not allowed on element “button” at this point.'
].join('|')
const args = [