- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 May 2025 03:46:18 +0000
- To: public-css-archive@w3.org
> Is it true that the only important thing blockification does is guarantee a block container is generated and never an inline? Blockification doesn't guarantee a block container at all. It just guarantees that the box won't be inline-level. Blockification and inlinification are just a way to explain what should happen when a box isn't allowed to choose being inline-level or not. > There seems to be a contradiction with absolute positioning as well No contradiction, the static position just uses the original display before blockification. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12216#issuecomment-2896472052 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 03:46:19 UTC