From f10dc27cd49924a835d847985b3a51246818fc2f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 16 Feb 2016 22:48:41 -0800 Subject: [PATCH 1/4] .navbar-divider width: 1px=>$border-width [skip sauce] [skip validator] --- scss/_navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 58da40c78b..d639e76678 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; From d17a481d4d4d41b44f101a7378f8c17cdb49aa26 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 14 Apr 2016 15:49:30 -0700 Subject: [PATCH 2/4] https://webkit.org/b/128489 has been fixed! Refs #12536 [ci skip] --- docs/_data/browser-bugs.yml | 10 ---------- 1 file changed, 10 deletions(-) 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) From 315755a4141e33ec7b92cede79df2b6d2a0e19ae Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 15 Apr 2016 12:17:44 -0700 Subject: [PATCH 3/4] Port #19741 to v4 [ci skip] --- docs/components/collapse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 80affcc6c5870ccea79cfb7b4af2be3d3f8ee794 Mon Sep 17 00:00:00 2001 From: Rplus Date: Mon, 18 Apr 2016 04:08:03 +0800 Subject: [PATCH 4/4] remove unnecessary `/` in reference url --- scss/mixins/_screen-reader.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;