]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use US locale consistently. (#29255)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 16 Aug 2019 10:20:26 +0000 (13:20 +0300)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2019 10:20:26 +0000 (13:20 +0300)
build/vnu-jar.js
site/content/docs/4.3/components/card.md
site/content/docs/4.3/forms/layout.md
site/content/docs/4.3/getting-started/accessibility.md

index 8c1353631a0fe687c0596528db1eca0ffd554381..8c5190dbeabc185c7bcd6f1168dc8ee17bfe4f2f 100644 (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('|')
index 99225ceececcdea4d4abd382bf5fd1a87d009035..07236c476faf0c77b793317a3bd3d4177a9529e2 100644 (file)
@@ -603,4 +603,4 @@ Just like with card groups, card footers in decks will automatically line up.
 
 ### Card columns (Masonry layout)
 
-In `v4` we used a CSS-only technique to mimic the behaviour of [Masonry](https://masonry.desandro.com/)-like columns, but this technique came with lots of unpleasant [side effects](https://github.com/twbs/bootstrap/pull/28922). If you want to have this type of layout in `v5`, you can just make use of Masonry plugin. **Masonry is not included in Bootstrap**, but we've made a [demo example]({{< docsref "/examples/masonry" >}}) to help you get started.
+In `v4` we used a CSS-only technique to mimic the behavior of [Masonry](https://masonry.desandro.com/)-like columns, but this technique came with lots of unpleasant [side effects](https://github.com/twbs/bootstrap/pull/28922). If you want to have this type of layout in `v5`, you can just make use of Masonry plugin. **Masonry is not included in Bootstrap**, but we've made a [demo example]({{< docsref "/examples/masonry" >}}) to help you get started.
index fb57d2760609862e9f5ba55bd14f75a1d55f9e33..cf5cf6c103f26e3b034fd57f94e00955a15c3d4a 100644 (file)
@@ -362,5 +362,5 @@ You may need to manually address the width and alignment of individual form cont
 {{< callout warning >}}
 ### Alternatives to hidden labels
 
-Assistive technologies such as screen readers will have trouble with your forms if you don't include a label for every input. For these inline forms, you can hide the labels using the `.sr-only` class. There are further alternative methods of providing a label for assistive technologies, such as the `aria-label`, `aria-labelledby` or `title` attribute. If none of these are present, assistive technologies may resort to using the `placeholder` attribute, if present, but note that use of `placeholder` as a replacement for other labelling methods is not advised.
+Assistive technologies such as screen readers will have trouble with your forms if you don't include a label for every input. For these inline forms, you can hide the labels using the `.sr-only` class. There are further alternative methods of providing a label for assistive technologies, such as the `aria-label`, `aria-labelledby` or `title` attribute. If none of these are present, assistive technologies may resort to using the `placeholder` attribute, if present, but note that use of `placeholder` as a replacement for other labeling methods is not advised.
 {{< /callout >}}
index 5b642dcfefb54c631c7a351bc8e3871f9bb644b7..fef29ee9d4f8a1d94f86dd77b822ab1487a4a06b 100644 (file)
@@ -53,5 +53,5 @@ Bootstrap includes support for the [`prefers-reduced-motion` media feature](http
 - [The A11Y Project](https://a11yproject.com/)
 - [MDN accessibility documentation](https://developer.mozilla.org/en-US/docs/Web/Accessibility)
 - [Tenon.io Accessibility Checker](https://tenon.io/)
-- [Colour Contrast Analyser (CCA)](https://developer.paciellogroup.com/resources/contrastanalyser/)
+- [Color Contrast Analyser (CCA)](https://developer.paciellogroup.com/resources/contrastanalyser/)
 - ["HTML Codesniffer" bookmarklet for identifying accessibility issues](https://github.com/squizlabs/HTML_CodeSniffer)