servo/components/layout_2020/flow/inline
Oriol Brufau d9be9d6bd4
Handle all white-space values when intrinsically sizing an IFC (#33343)
There were various cases like `text-wrap-mode: nowrap` and
`white-space-collapse: break-spaces` that weren't handled well.

Fixes #33335

flexbox_flex-formatting-interop.html fails now because we don't support
`table-layout: fixed`.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-09-11 23:50:45 +00:00
..
construct.rs layout: Stop using unicode-segmentation in layout (#33250) 2024-08-29 14:51:39 +00:00
inline_box.rs tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366) 2024-09-08 15:04:19 +00:00
line.rs layout: Right-to-left support for other layout modes (#33375) 2024-09-11 13:40:11 +00:00
line_breaker.rs layout: Linebreak the entire InlineFormattingContext at once (#32483) 2024-06-13 20:12:14 +00:00
mod.rs Handle all white-space values when intrinsically sizing an IFC (#33343) 2024-09-11 23:50:45 +00:00
text_run.rs Handle all white-space values when intrinsically sizing an IFC (#33343) 2024-09-11 23:50:45 +00:00