- From: BlueStormNetwork via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Aug 2017 03:16:01 +0000
- To: public-css-archive@w3.org
Hi guys, Regarding subgrid please find below a use case for it where I tried to use for a simple form layout yet using grid and subgrid main form has a grid that has 3 children one of them has 2 children as you can see the in "Shareholders" and "Directors and officers" sections I used a subgrid issues I have: 1- middle sugrid puts the wrong width value on column 2 resulting in its 2 children mentioned above to display like that(see attachment) knowing it should be 47% 6% 47% 2-grid-column-start/grid-column-end if used to express a span are buggy same for grid-row-start/grid-row-end so I used grid-column/grid-row. 3- tried to make separate grid and avoid nesting as grid displays as a block I used inline-grid components were shrink-ed and with wrong size some components overflowed the grid. Thank you for the good work was waiting for something to replace the nesting pile of divs/floats for layouts ;) Regards. ![screenshot-2017-8-30 untitled document](https://user-images.githubusercontent.com/11257705/29853333-5b7271ba-8d0d-11e7-9536-60e0d404329c.png) -- GitHub Notification of comment by BlueStormNetwork Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/958#issuecomment-325867676 using your GitHub account
Received on Wednesday, 30 August 2017 03:15:58 UTC