servo/components/layout_2020/flow
Oriol Brufau a14ee03de3
Implement special table sizing for floats (#32150)
Tables should always be at least as big as their min-content size, even
if we would expect a smaller size according to CSS sizing properties.

#31455 implemented it for in-flow tables participting in flow layout,
but a few cases remained. This patch addresses floated tables.
2024-04-26 14:42:20 +00:00
..
construct.rs layout: Add a basic support for list-style-position: outside (#32114) 2024-04-22 14:23:35 +00:00
float.rs Implement special table sizing for floats (#32150) 2024-04-26 14:42:20 +00:00
inline.rs layout: Have TextRun::glyph_run_is_preserved_newline take into account TextRunSegment offset (#32119) 2024-04-21 20:09:49 +00:00
line.rs Update Stylo to 2023-10-16 (#31932) 2024-03-30 13:30:13 +00:00
mod.rs layout: Add a basic support for list-style-position: outside (#32114) 2024-04-22 14:23:35 +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 layout: Have TextRun::glyph_run_is_preserved_newline take into account TextRunSegment offset (#32119) 2024-04-21 20:09:49 +00:00