- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Mon, 30 Apr 2018 20:50:52 +0000
- To: public-css-archive@w3.org
Firefox Nightly and Chrome Canary (both on Linux) have identical layout AFAICT. The content area is 750x580 and the used track sizes are the same in both: ```css grid-template-columns: 160px 140px 125px 75px 210px; grid-template-rows: 260px 90px 100px 100px; ``` We fixed a sizing bug for spanning items somewhat recently (caused by Grid spec bug #1729, fwiw). It'll be in the next release (v60). That _might_ explain your different results if you were testing v59. -- GitHub Notification of comment by MatsPalmgren Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2633#issuecomment-385524710 using your GitHub account
Received on Monday, 30 April 2018 20:50:59 UTC