servo/components/layout_2020/flow
Martin Robinson 4ec61c2cdc
layout: Add support for clear on <br> elements (#32094)
`<br>` elements are a bit "special" in the sense that they defer a
linebreak, but can also have `clear` applied to them. The `clear` that
they supply should be applie *after* the linebreak is processed. This
change adds special processing for this situation.

Fixes #15402.
2024-04-17 14:15:06 +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 layout: Add support for clear on <br> elements (#32094) 2024-04-17 14:15:06 +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 layout: Add support for <object> with image data URLs (#32069) 2024-04-15 20:20:55 +00:00
text_run.rs Keep 1st collapsible space after a preserved one (#32037) 2024-04-15 12:02:09 +00:00