Skip to content

Commit

Permalink
Add back an old ignore for vnu-jar to get the old documents through l…
Browse files Browse the repository at this point in the history
…inting tests.
  • Loading branch information
mmunro-ltrr committed Nov 17, 2023
1 parent c6ae90e commit 05b749f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/vnu-jar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ execFile('java', ['-version'], (error, stdout, stderr) => {
// 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.',
// Explicit role="main" is redundant for other modern browsers, but still valid.
'The “main” role is unnecessary for element “main”.',
'Self-closing tag syntax in text/html documents is widely discouraged;.*',
'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.',
// Per https://www.w3.org/TR/html-aria/#docconformance having "aria-disabled" on a link is
Expand Down

0 comments on commit 05b749f

Please sign in to comment.