servo/components/layout_2020/flow
Oriol Brufau 1898394cb3
Keep 1st collapsible space after a preserved one (#32037)
The logic was to remove any collapsible white space preceded by other
white space. However, this should only happen if the preceding space
is also collapsible.

Also fixing the logic in ContentSizesComputation, which was wrong
but previously it didn't matter.
2024-04-15 12:02:09 +00:00
..
construct.rs Allow finishing anonymous inline-table at the end of inline elements (#31650) 2024-03-14 09:58:00 +00:00
float.rs Obey min-height and max-height on floated elements (#32057) 2024-04-12 10:21:02 +00:00
inline.rs Keep 1st collapsible space after a preserved one (#32037) 2024-04-15 12:02:09 +00:00
line.rs Update Stylo to 2023-10-16 (#31932) 2024-03-30 13:30:13 +00:00
mod.rs Element collapsing thru should collapse with its children (#32060) 2024-04-12 15:06:12 +00:00
root.rs script: Split style and layout data in DOM nodes (#31985) 2024-04-04 07:56:51 +00:00
text_run.rs Keep 1st collapsible space after a preserved one (#32037) 2024-04-15 12:02:09 +00:00