Re: [csswg-drafts] [css-display-3] Specify what edge forms the containing block for relative and static positioned boxes (#11196)

>A [grid item](https://drafts.csswg.org/css-grid/#grid-item) is sized within the containing block defined by its [grid area](https://drafts.csswg.org/css-grid/#grid-area).
>
>The statement is defining the containing block of a grid item to be its grid area. Note that position: absolute or fixed would prevent the element from being a grid item, so this doesn't apply.

This suggests that a grid item with ```position``` property of ```static``` or ```relative``` is not considered a 'positioned box' and should perhaps be explicitly mentioned in the broader definition of the containing block for elements with a ```position``` property of ```static``` or ```relative```, for clarity.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 13 November 2024 16:28:54 UTC