Re: [css-grid] Editorial: the location of chapter 4.3

On 03/26/2015 11:26 AM, Mats Palmgren wrote:
> This is the structure chapter 4:
> 4. Grid Items
>      4.1 Collapsed Grid Items: the visibility property
>      4.2 Reordered Grid Items: the order property
>      4.3 Static Position of Grid Container Children
>      4.4 Z-axis Ordering: the z-index property
>
> I think 4.3 doesn't belong there because it's not about
> grid items like the rest is.  It's about grid container
> child elements that are absolutely positioned, which we
> have now established else-thread are not grid items.
>
> It should probably be merged into 9.4 or moved to
> a sub-chapter 9.4.x instead.

Just wanted to point out that the an element can be a
statically positioned child of a grid container or an
abspos with a grid container containing block but not
both. This is why these two sections can't be
sub-sections of each other.

~fantasai

Received on Friday, 8 May 2015 01:36:44 UTC