0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

More wording tweaks

This commit is contained in:
patrickhlauke 2017-10-31 16:52:58 +00:00 committed by XhmikosR
parent 2bbb9e0efc
commit fb4c9fae17

View File

@ -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('|')