Skip to content

[css-break] monolithic-overflow-00[12].tentative.html are wrong #55152

@fantasai

Description

@fantasai

I think the tests named monolithic-overflow-001.tentative.html and monolithic-overflow-002.tentative.html (there are several of them) are wrong. They assume that a monolithic box cannot be split across columns and must therefore overflow them, but in fact they can be split -- they can't be "fragmented" at a proper break point, but the UA is allowed to slice them so that they don't overflow the fragmentation container.

Finally, if there are no possible break points below the top of the fragmentainer, and not all the content fits, the UA may break anywhere in order to avoid losing content off the edge of the fragmentainer. In such cases, the UA may also fragment the contents of monolithic elements by slicing the element’s graphical representation.

Commit that added them: a2c3d90

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions