diff options
| author | Chris Rebert <[email protected]> | 2016-04-19 12:18:38 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-28 13:38:39 -0700 |
| commit | 21d9175fefdb023a27f5c2f0db7cb8917d06de64 (patch) | |
| tree | cf8e64f628d44c5e0bc22af55748253d49d558c1 /docs/_data | |
| parent | c25cd2f2f80c638d556d8bee67852bb5a30677e8 (diff) | |
| download | bootstrap-21d9175fefdb023a27f5c2f0db7cb8917d06de64.tar.xz bootstrap-21d9175fefdb023a27f5c2f0db7cb8917d06de64.zip | |
Port #19765 to v3
Add Wall of Browser Bugs entries for https://webkit.org/b/156684 & https://webkit.org/b/156687
These bugs are factors in our decisions regarding which unit to use in our media queries.
Refs #17403
[skip sauce]
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 36a488b1c..e881348af 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -202,6 +202,26 @@ browser: > Safari summary: > + Safari + summary: > + `rem` units in media queries should be calculated using `font-size: initial`, not the root element's `font-size` + upstream_bug: > + WebKit#156684 + origin: > + Bootstrap#17403 + +- + browser: > + Safari (OS X) + summary: > + `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied + upstream_bug: > + WebKit#156687 + origin: > + Bootstrap#17403 + +- + browser: > Safari (OS X) summary: > Weird button behavior with some `<input type="number">` elements. |
