From fb4c9fae177336864138f96bdd423d3f9461f466 Mon Sep 17 00:00:00 2001 From: patrickhlauke Date: Tue, 31 Oct 2017 16:52:58 +0000 Subject: [PATCH] More wording tweaks --- build/vnu-jar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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('|') -- 2.47.2