- From: jinbeom hong via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Oct 2021 01:56:51 +0000
- To: public-css-archive@w3.org
@Loirooriol How do we know that the `html` establish a BFC, from specification? I could find the closest thing to the fact only in the following: > A block container establishes a new block formatting context if its parent formatting context is not a block formatting context[...] — https://www.w3.org/TR/css-display-3/#block-container But, can we say that `establishes a new block formatting context if its parent formatting context is not a block formatting context` equals to `establishs its own BFC because there is no parent BFC.`? In other worlds, "a parent is not BFC" -> "there is no parent"? It may not matter who establishes the initial FC but i think it's better to specify this concern explicitly. -- GitHub Notification of comment by rosshjb Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6708#issuecomment-937381542 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 7 October 2021 01:56:52 UTC