Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_data
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2018-01-03 10:42:03 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-01-03 10:42:03 +0300
commit7044ea82c17853c4d6d3483114b860ce4a5cf7b1 (patch)
tree3731c7260bec8a3d549401025559cea99c101bbd /_data
parent1cfbb8305a5c8754e7448f3061e13b999020b69e (diff)
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 339e2a18af..1ef63f26cd 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