- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Mar 2017 18:21:28 +0000
- To: public-css-archive@w3.org
@javifernandez Note that Chrome's implementation is actually wrong for a different reason - if you put i2 into the fourth column (so it's columns 2 and 3 that collapse), Chrome's rendering puts a lot of extra space in the middle, indicating that each of the gutters there are getting the extra space and independently laying out. The spec requires that the gutters *coincide*, tho, so it *should* look exactly like your current example, with the tracks shifted to the left side. But yeah, Firefox's rendering is intended, and we're clarifying now. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1140#issuecomment-290499798 using your GitHub account
Received on Thursday, 30 March 2017 18:21:34 UTC