aboutsummaryrefslogtreecommitdiff
path: root/_data
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2018-01-03 07:42:03 +0000
committerXhmikosR <[email protected]>2018-01-03 09:42:03 +0200
commit7044ea82c17853c4d6d3483114b860ce4a5cf7b1 (patch)
tree3731c7260bec8a3d549401025559cea99c101bbd /_data
parent1cfbb8305a5c8754e7448f3061e13b999020b69e (diff)
downloadbootstrap-7044ea82c17853c4d6d3483114b860ce4a5cf7b1.tar.xz
bootstrap-7044ea82c17853c4d6d3483114b860ce4a5cf7b1.zip
Patch fractional viewport widths to work around Safari rounding bug (#25177)
Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166
Diffstat (limited to '_data')
-rw-r--r--_data/browser-bugs.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml
index 339e2a18a..1ef63f26c 100644
--- a/_data/browser-bugs.yml
+++ b/_data/browser-bugs.yml
@@ -280,6 +280,16 @@
-
browser: >
+ Safari
+ summary: >
+ CSS `min-width` and `max-width` media features should not round fractional pixel
+ upstream_bug: >
+ WebKit#178261
+ origin: >
+ Bootstrap#25166
+
+-
+ browser: >
Safari (OS X)
summary: >
`px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied