servo/components/layout_2020/table
Oriol Brufau a2b8bdb903
Allow table-layout:fixed to shrink cells to less than the border+padding (#33442)
A table cell with `width: auto` in fixed layout will now have an outer
min-content width of zero, even if it has borders or padding. In a way,
this is like allowing the content-box width to become negative.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2024-09-13 17:57:54 +00:00
..
construct.rs Fix reordering of table-header-group and table-footer-group (#33383) 2024-09-09 23:20:48 +00:00
layout.rs Allow table-layout:fixed to shrink cells to less than the border+padding (#33442) 2024-09-13 17:57:54 +00:00
mod.rs fonts: Add support for generic font families and font size configuration (#32673) 2024-07-08 17:17:48 +00:00