- From: tomasts248 via GitHub <noreply@w3.org>
- Date: Wed, 11 Mar 2026 22:11:17 +0000
- To: public-css-archive@w3.org
tomasts248 has just created a new issue for https://github.com/w3c/csswg-drafts:
== Questions: what does block-level element versus just block element mean? and other formatting context related questions. ==
I'm trying to grasp some concepts, in addition to the question in the title, is this assumption correct?
```
Parent formatting context
│
▼
Outer display type
(how this element participates in parent)
│
▼
The element itself
│
▼
Inner display type
(which formatting context its children use)
```
or does the element itself is the same as outer display type of the element?
And one last question: if the outer display type is "block" and the inner display type "flow" or "flow-root" then the formatting context will be a "block formatting context"? and if is "inline" coupled with "flow/flow-root" it will generate a "inline formatting context"? unless non default values are used in the witting mode properties.
Sorry if this is a wrong place...
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13634 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 11 March 2026 22:11:19 UTC