diff options
| author | XhmikosR <[email protected]> | 2021-07-29 09:14:40 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-29 09:14:40 +0300 |
| commit | ef5336373fc2431b3d1d37cde85cd262210a1dc6 (patch) | |
| tree | e325fb4c5532b464d05780c731d0f118f2a88d7f /build/vnu-jar.js | |
| parent | 62edf07d7491684fe67a9c1e9439ed2bd10ca741 (diff) | |
| parent | c6c0bbb0b67fe89b55740a63fd10d4ad79044970 (diff) | |
| download | bootstrap-main-fod-simpler-table-structure.tar.xz bootstrap-main-fod-simpler-table-structure.zip | |
Merge branch 'main' into main-fod-simpler-table-structuremain-fod-simpler-table-structure
Diffstat (limited to 'build/vnu-jar.js')
| -rw-r--r-- | build/vnu-jar.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js index d031cc89b..6c3517ca5 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 = [ |
