Re: [csswg-drafts] [css-grid] Positioned items don't participate in the grid container baseline

FWIW, I believe this is already pretty unambiguous in the spec.

There is no such thing as an "absolutely positioned grid item", 
spec-wise.  The term "grid items" is already defined as only including
 *in-flow* children.  This is clarified in both the section on grid 
items and the section on abspos children:

> Loosely speaking, the **grid items** of a grid container are boxes 
representing its **in-flow contents**
https://drafts.csswg.org/css-grid/#grid-item
[...]
> An **absolutely-positioned child** of a grid container is 
out-of-flow and **not a grid item**
https://drafts.csswg.org/css-grid/#static-position

-- 
GitHub Notification of comment by dholbert
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/639#issuecomment-256254195 
using your GitHub account

Received on Wednesday, 26 October 2016 05:38:05 UTC