- From: Caleb Hearon via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 May 2025 14:25:44 +0000
- To: public-css-archive@w3.org
> A `block` outer display type means that it's not inline-level. It doesn't mean that it actually participates in block layout. I think you're now saying what I'm saying. Blockification effectively guarantees that an otherwise "inline flow" generates a block container: you can't have an inline as a grid item or an absolute inline. For inline grid, I don't think it does anything since a grid container is generated, and block-level or inline-level are never looked at. The only other effect I can think of is `getComputedStyle(el).display`. -- GitHub Notification of comment by chearon Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12216#issuecomment-2898168368 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 14:25:45 UTC