- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Nov 2024 22:59:38 +0000
- To: public-css-archive@w3.org
> Is a box that establishes a BFC considered a Block Container? Yes > Could you clarify if a box that establishes an independent formatting context is considered a block container? Not in general. > a position value of absolute or fixed blockifies a box and forces it to establish an independent formatting context. Is the that box now considered a "Block container" ? Forcing a box to establish an independent formatting context doesn't turn it into a block container. Either it was already a block container and then it will establish a BFC, or it was something else and will establish a different kind of formatting context, or "establish an independent formatting context" doesn't apply. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11217#issuecomment-2477578654 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 14 November 2024 22:59:39 UTC