aboutsummaryrefslogtreecommitdiff
path: root/docs/_data
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-04-19 12:18:38 -0700
committerChris Rebert <[email protected]>2016-04-19 12:20:56 -0700
commit0e56cbb0d60d6ee9e8c6af457585ade563919dac (patch)
tree99ece40b214d290eff05973b56e7d6143682beae /docs/_data
parent3de570a8e58e6e56d16e88ed27120283e593b87f (diff)
downloadbootstrap-0e56cbb0d60d6ee9e8c6af457585ade563919dac.tar.xz
bootstrap-0e56cbb0d60d6ee9e8c6af457585ade563919dac.zip
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.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml
index 728466ab7..d6e9ff3fe 100644
--- a/docs/_data/browser-bugs.yml
+++ b/docs/_data/browser-bugs.yml
@@ -230,6 +230,26 @@
-
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)
summary: >
Weird button behavior with some `<input type="number">` elements.