diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-01-08 16:25:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 00:25:58 +0000 |
commit | ceec1759f60d436add95d9076d8d45e515e85e59 (patch) | |
tree | f22eef312156e2ad25cc82dfd938a6b89fe32678 /components/allocator | |
parent | 1ce6495f0d84d1d507ead5db94148769d1b50481 (diff) | |
download | servo-ceec1759f60d436add95d9076d8d45e515e85e59.tar.gz servo-ceec1759f60d436add95d9076d8d45e515e85e59.zip |
layout: Defer some table sizing logic to the parent formatting context (#34889)
A box is usually sized by the formatting context in which it participates.
However, tables have some special sizing behaviors, and these were in
conflict.
Instead of letting tables attempting to re-resolve their inline table,
which failed to e.g. take flex properties into account or resolve sizing
keywords correctly, now tables will trust the inline size determined by
the parent. They will only floor it by the min-content size, and maybe
shrink the final size due to collapsed columns.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/allocator')
0 files changed, 0 insertions, 0 deletions