aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatrickhlauke <[email protected]>2017-10-31 16:52:58 +0000
committerXhmikosR <[email protected]>2017-10-31 21:36:17 +0200
commitfb4c9fae177336864138f96bdd423d3f9461f466 (patch)
treedf40f73e976cff2539013c7983257f900e9742ad
parent2bbb9e0efc9ea70c27dc0d9ba70f32a72b0977c0 (diff)
downloadbootstrap-fb4c9fae177336864138f96bdd423d3f9461f466.tar.xz
bootstrap-fb4c9fae177336864138f96bdd423d3f9461f466.zip
More wording tweaks
-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 744a8d44b..d6ba69073 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('|')