diff options
| author | Mark Otto <[email protected]> | 2016-12-04 21:05:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-04 21:05:19 -0800 |
| commit | 1e3ec8935520e2d118d9d7742abd80183d34beb2 (patch) | |
| tree | 3a2e940d7d91d578db4fe86675fa9d2a11bb9512 /docs/_data | |
| parent | 6782dd6e92637f85e3778584ec417a775d01243f (diff) | |
| parent | 5a19d4870537ca85ba38beeb7eabe80858417b72 (diff) | |
| download | bootstrap-1e3ec8935520e2d118d9d7742abd80183d34beb2.tar.xz bootstrap-1e3ec8935520e2d118d9d7742abd80183d34beb2.zip | |
Merge branch 'v4-dev' into carousel
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 48 | ||||
| -rw-r--r-- | docs/_data/browser-features.yml | 10 |
2 files changed, 24 insertions, 34 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index d12cb4f49..256d26875 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -1,15 +1,5 @@ - browser: > - Safari - summary: > - Link to container with id and tabindex results in container being ignored by VoiceOver (affects skip links) - upstream_bug: > - WebKit#163658 - origin: > - Bootstrap#20732 - -- - browser: > Edge summary: > Visual artifacts in scrollable modal dialogs @@ -172,11 +162,11 @@ browser: > Firefox summary: > - `min-width: 0` has no effect on `<fieldset>` + Layout with floated columns breaks when printing upstream_bug: > - Mozilla#504622 + Mozilla#1315994 origin: > - Bootstrap#12359 + Bootstrap#21092 - browser: > @@ -244,7 +234,7 @@ summary: > `table-cell` borders not overlapping despite `margin-right: -1px` upstream_bug: > - Chromium#534750 + Chromium#568691 origin: > Bootstrap#17438, Bootstrap#14237 @@ -300,6 +290,16 @@ - browser: > + Safari + summary: > + Link to container with id and tabindex results in container being ignored by VoiceOver (affects skip links) + upstream_bug: > + WebKit#163658 + origin: > + Bootstrap#20732 + +- + browser: > Safari (OS X) summary: > `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied @@ -332,16 +332,6 @@ - browser: > - Safari (iPad) - summary: > - `<select>` menu on iPad causes shifting of hit-testing areas - upstream_bug: > - WebKit#150079, Safari#23082521 - origin: > - Bootstrap#14975 - -- - browser: > Safari (iOS) summary: > `transform: translate3d(0,0,0);` rendering bug. @@ -462,6 +452,16 @@ - browser: > + Safari (iOS) + summary: > + Element which is `position:fixed` disappears after opening a `<select>` menu + upstream_bug: > + WebKit#162362 + origin: > + Bootstrap#20759 + +- + browser: > Safari (iPad Pro) summary: > Rendering of descendants of `position: fixed` element gets clipped on iPad Pro in Landscape orientation diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml index 0d2569841..830a91386 100644 --- a/docs/_data/browser-features.yml +++ b/docs/_data/browser-features.yml @@ -130,16 +130,6 @@ - browser: > - Chrome - summary: > - Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 - upstream_bug: > - Chromium#231752 - origin: > - Bootstrap#17021 - -- - browser: > Safari summary: > Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled |
