- From: gitspeaks via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Nov 2024 16:28:53 +0000
- To: public-css-archive@w3.org
>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