diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 94b9773b44..728466ab73 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -228,16 +228,6 @@ origin: > Bootstrap#16372 -- - browser: > - Safari (OS X) - summary: > - Scrollbar clipped in `select[multiple]` with padding. - upstream_bug: > - WebKit#128489, Safari#19208483 - origin: > - Bootstrap#12536 - - browser: > Safari (OS X) diff --git a/docs/components/collapse.md b/docs/components/collapse.md index 57e3cd8296..e328e589e0 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -86,7 +86,7 @@ Extend the default collapse behavior to create an accordion. Be sure to add `aria-expanded` to the control element. This attribute explicitly defines the current state of the collapsible element to screen readers and similar assistive technologies. If the collapsible element is closed by default, it should have a value of `aria-expanded="false"`. If you've set the collapsible element to be open by default using the `in` class, set `aria-expanded="true"` on the control instead. The plugin will automatically toggle this attribute based on whether or not the collapsible element has been opened or closed. -Additionally, if your control element is targetting a single collapsible element – i.e. the `data-target` attribute is pointing to an `id` selector – you may add an additional `aria-controls` attribute to the control element, containing the `id` of the collapsible element. Modern screen readers and similar assistive technologies make use of this attribute to provide users with additional shortcuts to navigate directly to the collapsible element itself. +Additionally, if your control element is targeting a single collapsible element – i.e. the `data-target` attribute is pointing to an `id` selector – you may add an additional `aria-controls` attribute to the control element, containing the `id` of the collapsible element. Modern screen readers and similar assistive technologies make use of this attribute to provide users with additional shortcuts to navigate directly to the collapsible element itself. ## Usage diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 85a369777c..6c4e9efa51 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -86,7 +86,7 @@ .navbar-divider { float: left; - width: 1px; + width: $border-width; padding-top: .425rem; padding-bottom: .425rem; margin-right: $navbar-padding-x; diff --git a/scss/mixins/_screen-reader.scss b/scss/mixins/_screen-reader.scss index e52b282a90..6ae65516aa 100644 --- a/scss/mixins/_screen-reader.scss +++ b/scss/mixins/_screen-reader.scss @@ -1,6 +1,6 @@ // Only display content to screen readers // -// See: http://a11yproject.com/posts/how-to-hide-content/ +// See: http://a11yproject.com/posts/how-to-hide-content @mixin sr-only { position: absolute;