1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Use US locale consistently. (#29255)

This commit is contained in:
XhmikosR
2019-08-16 13:20:26 +03:00
committed by GitHub
parent bbbda681cc
commit 6335fbe224
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
'The “color” input type is not supported in all browsers.*',
'The “datetime-local” input type is not supported in all browsers.*',
'The “time” input type is not supported in all browsers.*',
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// IE11 doesn't recognize <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('|')