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:
authorHerst <Herst@users.noreply.github.com>2017-12-30 18:03:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-12-30 18:03:46 +0300
commit84c8d5f613a4fa7c2dd8d6e552f4039c2b45a649 (patch)
tree88b85b1aacf4593c74bd52acde824bee78a1f2e8 /_data
parent625736b17b37b85babc15b0f4a203dc3378008ae (diff)
Wall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)
https://crbug.com/781344
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 9756758ddd..339e2a18af 100644
--- a/_data/browser-bugs.yml
+++ b/_data/browser-bugs.yml
@@ -250,6 +250,16 @@
-
browser: >
+ Chrome
+ summary: >
+ Significant performance hit for dynamic SVGs with text depending on the number of fonts in `font-family`.
+ upstream_bug: >
+ Chromium#781344
+ origin: >
+ Bootstrap#24673
+
+-
+ browser: >
Safari
summary: >
`rem` units in media queries should be calculated using `font-size: initial`, not the root element's `font-size`