servo/components/layout_2020/display_list
Oriol Brufau 9175e598ad
Let table-related boxes adjust their overflow values (#33400)
The `overflow` property doesn't apply to table track and track groups,
and table elements only accept a few `overflow` values.

Therefore, this patch adds an `effective_overflow()` method to get the
actual value that needs to be used.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2024-09-11 15:30:17 +00:00
..
background.rs layout: Add support for background-attachment: fixed (#32068) 2024-04-15 20:24:37 +00:00
clip_path.rs layout: Add initial support for clip-path: [<basic-shape> || <shape-box>] (#33107) 2024-08-28 15:00:34 +00:00
conversions.rs layout: Port border-image support for legacy layout (#32874) 2024-07-30 06:41:23 +00:00
gradient.rs layout: Port border-image support for legacy layout (#32874) 2024-07-30 06:41:23 +00:00
mod.rs layout: Right-to-left support for other layout modes (#33375) 2024-09-11 13:40:11 +00:00
stacking_context.rs Let table-related boxes adjust their overflow values (#33400) 2024-09-11 15:30:17 +00:00