diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 94b9773b44fa0e3aba6c040ba1d9436a84a2c9e0..728466ab73ffdd7368cac16880812faac07d3300 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 57e3cd8296f7efea6c7cbfca462df2d3f45c34e3..e328e589e0b2e0949feee88454461a58964d453e 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 85a369777ce1ec6d31f178c6207169f7d66a1ec8..6c4e9efa519f27ddec9b416cd945c26712f87184 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 e52b282a90107af2ac0a79721688a3cc72d84d2b..6ae65516aa271dcef868cea223a407289876c579 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;