diff options
| author | patrickhlauke <[email protected]> | 2017-10-31 16:52:58 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-31 21:36:17 +0200 |
| commit | fb4c9fae177336864138f96bdd423d3f9461f466 (patch) | |
| tree | df40f73e976cff2539013c7983257f900e9742ad | |
| parent | 2bbb9e0efc9ea70c27dc0d9ba70f32a72b0977c0 (diff) | |
| download | bootstrap-fb4c9fae177336864138f96bdd423d3f9461f466.tar.xz bootstrap-fb4c9fae177336864138f96bdd423d3f9461f466.zip | |
More wording tweaks
| -rw-r--r-- | build/vnu-jar.js | 4 |
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('|') |
