'The “time” input type is not supported in all browsers.*',
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// Explicit role="main" is redundant for other modern browsers, but still valid.
- 'The “main” role is unnecessary for element “main”.',
- // Ignore the wrong lanuage code warnings for now; they happen randomly.
- 'This document appears to be written in.*'
+ 'The “main” role is unnecessary for element “main”.'
].join('|')
const args = [
vnu,
'--asciiquotes',
'--skip-non-html',
+ // Ignore the language code warnings
+ '--no-langdetect',
'--Werror',
`--filterpattern "${ignores}"`,
'_gh_pages/',