diff --git a/build/vnu-jar.js b/build/vnu-jar.js index 744a8d44b4..d6ba690738 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -38,8 +38,8 @@ childProcess.exec('java -version', (error, stdout, stderr) => { // Documentation does not rely on them being usable. 'The “date” input type is not supported in all browsers.*', 'The “time” input type is not supported in all browsers.*', - // The next one we are suppressing it because IE11 doesn't recognise
. - // So, redundant for modern browsers, but not invalid. + // IE11 doesn't recognise
/ 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”.' ].join('|')