[css-grid-layout] Out-of-flow grid items

Hi everyone,

the editor's draft states that:

"each child of a grid element becomes a grid item"

However the flex box specification disallows out-of-flow flex-items:

"each in-flow child of a flex container becomes a flex item"

For coherency with flex box and to avoid having different behaviors
depending on whether an out-of-flow element is a child of a grid
element or a descendant, I would like to propose the following change
to the specification:

"each in-flow child of a grid element becomes a grid item"

Any thoughts?

Thanks,
Julien

Received on Friday, 30 November 2012 23:29:23 UTC