From: patrickhlauke Date: Tue, 31 Oct 2017 16:52:58 +0000 (+0000) Subject: More wording tweaks X-Git-Tag: v4.0.0-beta.3~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb4c9fae177336864138f96bdd423d3f9461f466;p=thirdparty%2Fbootstrap.git More wording tweaks --- 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('|')