]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
build/vnu-jar.js: clean up ignores (#34279)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 22 Jun 2021 09:42:49 +0000 (12:42 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Jun 2021 09:42:49 +0000 (12:42 +0300)
build/vnu-jar.js

index d031cc89bee838a460b7b9463fa8dbfff528f0cb..6c3517ca5504e2b1ea5972411f1981fd015e41da 100644 (file)
@@ -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 = [