Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatrickhlauke <redux@splintered.co.uk>2017-10-31 19:52:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-31 22:36:17 +0300
commitfb4c9fae177336864138f96bdd423d3f9461f466 (patch)
treedf40f73e976cff2539013c7983257f900e9742ad /build/vnu-jar.js
parent2bbb9e0efc9ea70c27dc0d9ba70f32a72b0977c0 (diff)
More wording tweaks
Diffstat (limited to 'build/vnu-jar.js')
-rw-r--r--build/vnu-jar.js4
1 files 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 <main>.
- // So, redundant for modern browsers, but not invalid.
+ // 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”.'
].join('|')