- From: HBS via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Apr 2023 13:37:17 +0000
- To: public-css-archive@w3.org
MrHBS has just created a new issue for https://github.com/w3c/csswg-drafts: == Clarification on block box with mixed level boxes == Given a markup like this: ``` <body> Some <div>Text</div> </body> ``` Now since block containers can only have block-level or inline-level boxes, I assume the box tree would look like this: ``` block box anonymous block box anonymous inline box block box ``` Is my assumption correct? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8772 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 26 April 2023 13:37:18 UTC