Skip to content

Commit 0fa84e8

Browse files
authored
build/vnu-jar.js: clean up ignores (#34279)
1 parent 58a3731 commit 0fa84e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build/vnu-jar.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ execFile('java', ['-version'], (error, stdout, stderr) => {
2626
// "autocomplete" is included in <button> and checkboxes and radio <input>s due to
2727
// Firefox's non-standard autocomplete behavior - see https://bugzilla.mozilla.org/show_bug.cgi?id=654072
2828
'Attribute “autocomplete” is only allowed when the input type is.*',
29-
'Attribute “autocomplete” not allowed on element “button” at this point.',
30-
// Content → Reboot uses various date/time inputs as a visual example.
31-
// Documentation does not rely on them being usable.
32-
'The “(?:date|week|month|color|datetime-local|time)” input type is not supported in all browsers.*'
29+
'Attribute “autocomplete” not allowed on element “button” at this point.'
3330
].join('|')
3431

3532
const args = [

0 commit comments

Comments
 (0)