mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 15:00:59 +00:00
If the flex container is being sized under a max-content main size constraint, there is effectively infinite space available for flex items. Thus, flex lines should be allowed to be infinitely long. This is a little awkward, because the spec doesn't mention specifics about how to resolve flexible lengths during intrninsic sizing. I've marked the spec deviations with big "AD-HOC" comments. |
||
|---|---|---|
| .. | ||
| calc-flex-basis.html | ||
| cross-size-of-item-with-box-sizing-border-box-and-nonzero-padding.html | ||
| flex-column-item-with-intrinsic-aspect-ratio-and-percentage-max-width.html | ||
| flex-container-intrinsic-cross-size-with-max-content-main-size.html | ||
| flex-container-with-max-width-and-negative-margin-in-same-axis.html | ||
| flex-gap-between-items-and-lines.html | ||
| flex-item-with-intrinsic-aspect-ratio-and-max-height.html | ||
| flex-row-reverse-with-centered-content.html | ||
| multi-line-column-container-with-automatic-height.html | ||
| percentage-flex-basis-with-indefinite-flex-container-size.html | ||
| reverse-flex-layout-with-space-between-and-space-around.html | ||
| specified-size-suggestion-with-box-sizing-border-box.html | ||
| stretch-alignment-with-cross-gap.html | ||