From 0e56cbb0d60d6ee9e8c6af457585ade563919dac Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 19 Apr 2016 12:18:38 -0700 Subject: [PATCH] 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] --- docs/_data/browser-bugs.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 728466ab73..d6e9ff3fee 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -228,6 +228,26 @@ origin: > Bootstrap#16372 +- + browser: > + 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)