Re: [csswg-drafts] Definition of "Block-level box" in CSS2 Specification (#11126)

It seems like the main idea here is that, because a block formatting context (BFC) restricts its content to block-level elements, the root element box naturally has to be a block-level box. But this raises a bigger question: what happens to elements with an inline outer display within a BFC? The spec mentions creating anonymous block boxes around inline content, like 'Some text,' but it doesn’t really clarify what effect a BFC has on inline elements when they’re mixed in with block-level siblings. If the BFC actually applied some kind of transformation to its content, this behavior might make a bit more sense.




-- 
GitHub Notification of comment by gitspeaks
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11126#issuecomment-2466817868 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 10 November 2024 17:28:19 UTC