diff options
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 50 | ||||
| -rw-r--r-- | docs/_data/translations.yml | 2 |
2 files changed, 51 insertions, 1 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 9888b5a3b..63f7b3248 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -92,6 +92,16 @@ browser: > Chrome summary: > + Focus ring of image map within a modal is displayed in the wrong location. + upstream_bug: > + Chromium#475128 + origin: > + Bootstrap#16180 + +- + browser: > + Chrome + summary: > `display: table;` within `display: block;` forces sibling content to new line. upstream_bug: > Chromium#309483 @@ -130,6 +140,16 @@ - browser: > + Chrome + summary: > + `width: 1%` on nested table cell causes its table to hog horizontal space. + upstream_bug: > + Chromium#427994 + origin: > + Bootstrap#16372 + +- + browser: > Chrome (Windows & Linux) summary: > Animation glitch when returning to inactive tab after animations occurred while tab was hidden. @@ -140,6 +160,16 @@ - browser: > + Safari + summary: > + `width: 1%` on nested table cell causes its table to hog horizontal space. + upstream_bug: > + WebKit#144696, Safari#20839572 + origin: > + Bootstrap#16372 + +- + browser: > Safari (OS X) summary: > Scrollbar clipped in `select[multiple]` with padding. @@ -202,6 +232,26 @@ - browser: > + Safari (OS X) + summary: > + Focus ring of image map within a modal is displayed in the wrong location. + upstream_bug: > + WebKit#143527 + origin: > + Bootstrap#16180 + +- + browser: > + Safari (OS X) + summary: > + Unnecessary line-wrapping of `.navbar-brand` text for no apparent reason + upstream_bug: > + WebKit#144990, Safari#20950962 + origin: > + Bootstrap#15998 + +- + browser: > Safari (iOS) summary: > `transform: translate3d(0,0,0);` rendering bug. diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 3879fc34c..b073a6631 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -26,7 +26,7 @@ - name: Korean code: ko description: Bootstrap 한국어 - url: http://bootstrapk.com/BS3/ + url: http://bootstrapk.com/ - name: Russian code: ru |
