diff options
| author | Chris Rebert <[email protected]> | 2017-07-27 19:59:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-27 19:59:29 -0700 |
| commit | 98bc940699f92b4139f7d4938d02e83487a3fbe8 (patch) | |
| tree | 4893b824d92dd7236a09ac07c379ac7bd0000d8a /_data | |
| parent | 7d2ce3750de42faccc8eeda13e4ea444b22b6d5f (diff) | |
| download | bootstrap-98bc940699f92b4139f7d4938d02e83487a3fbe8.tar.xz bootstrap-98bc940699f92b4139f7d4938d02e83487a3fbe8.zip | |
Wall of Browser Bugs: Update CSS multi-column entries (#23168)
Remove https://bugzilla.mozilla.org/show_bug.cgi?id=1282363
because CSSWG deemed Firefox's behavior to be the correct behavior per
https://github.com/w3c/csswg-drafts/issues/314
Replace it with a Chrome bug about changing Chrome to follow the spec & Firefox:
https://bugs.chromium.org/p/chromium/issues/detail?id=269061
Diffstat (limited to '_data')
| -rw-r--r-- | _data/browser-bugs.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml index c631a13a6..d3f133354 100644 --- a/_data/browser-bugs.yml +++ b/_data/browser-bugs.yml @@ -142,16 +142,6 @@ browser: > Firefox summary: > - `position: absolute` element that's wider than its column renders differently than other browsers - upstream_bug: > - Mozilla#1282363 - origin: > - Bootstrap#20161 - -- - browser: > - Firefox - summary: > Layout with floated columns breaks when printing upstream_bug: > Mozilla#1315994 @@ -240,6 +230,16 @@ - browser: > + Chrome + summary: > + `position: absolute` element that's wider than its column is incorrectly clipped to column boundary + upstream_bug: > + Chromium#269061 + origin: > + Bootstrap#20161 + +- + browser: > Chrome (Windows & Linux) summary: > Animation glitch when returning to inactive tab after animations occurred while tab was hidden. |
