Skip to content

Clarification on block box with mixed level boxes #8772

Closed
@TKDev7

Description

@TKDev7

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions