Re: [css-grid] subgrid vs abspos

On 04/25/2014 09:58 AM, Simon Sapin wrote:
> I didn’t find anything anything in the ED that prevents an absolutely positioned grid item[1] from also being a subgrid[2]. Do
> we want to allow this? What does it mean in terms of layout (especially track sizing)?

Good catch. We decided it made the most sense to just treat the
relevant 'grid-template-columns'/'grid-template-rows' value as
''none''. Spec has been updated accordingly!

> And while we’re at it: what does 'position: relative' for a subgrid mean in terms of layout?

You do layout and then reposition the result, just like every
other layout model.

~fantasai

Received on Friday, 19 December 2014 01:20:15 UTC