- From: Caleb Hearon via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 May 2025 13:29:23 +0000
- To: public-css-archive@w3.org
If the box is inline flow, blockification guarantees a block container there. Other than that, why do we care if an absolutely positioned element generates a block-level box? Block-level is a concept specific to flow layout, but the box is not participating in flow layout. Same for flex item, grid item, etc. > No contradiction, the static position just uses the original display before blockification. Maybe not a contradiction, but this means that in layout, you have to use pre-computed styles. I don't know of any other cases like that. -- GitHub Notification of comment by chearon Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12216#issuecomment-2897977668 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 21 May 2025 13:29:24 UTC