From 98bc940699f92b4139f7d4938d02e83487a3fbe8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 27 Jul 2017 19:59:29 -0700 Subject: [PATCH] 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 --- _data/browser-bugs.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml index c631a13a60..d3f133354b 100644 --- a/_data/browser-bugs.yml +++ b/_data/browser-bugs.yml @@ -138,16 +138,6 @@ origin: > Bootstrap#19670 -- - 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 @@ -238,6 +228,16 @@ origin: > Bootstrap#12832 +- + 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) -- 2.47.2