]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add Wall of Browser Bugs entries for https://webkit.org/b/156684 & https://webkit... 19765/head
authorChris Rebert <code@chrisrebert.com>
Tue, 19 Apr 2016 19:18:38 +0000 (12:18 -0700)
committerChris Rebert <code@chrisrebert.com>
Tue, 19 Apr 2016 19:20:56 +0000 (12:20 -0700)
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

index 728466ab73ffdd7368cac16880812faac07d3300..d6e9ff3fee1aa56c7aa53c73da6315baa1a11061 100644 (file)
   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)