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 `` elements.