diff options
| author | Herst <[email protected]> | 2017-12-30 16:03:46 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-12-30 17:03:46 +0200 |
| commit | 84c8d5f613a4fa7c2dd8d6e552f4039c2b45a649 (patch) | |
| tree | 88b85b1aacf4593c74bd52acde824bee78a1f2e8 /_data | |
| parent | 625736b17b37b85babc15b0f4a203dc3378008ae (diff) | |
| download | bootstrap-84c8d5f613a4fa7c2dd8d6e552f4039c2b45a649.tar.xz bootstrap-84c8d5f613a4fa7c2dd8d6e552f4039c2b45a649.zip | |
Wall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)
https://crbug.com/781344
Diffstat (limited to '_data')
| -rw-r--r-- | _data/browser-bugs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml index 9756758dd..339e2a18a 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` |
