servo/components/layout_2020/flow
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
..
inline layout: Right-to-left support for other layout modes (#33375) 2024-09-11 13:40:11 +00:00
construct.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
float.rs layout: Right-to-left support for other layout modes (#33375) 2024-09-11 13:40:11 +00:00
mod.rs layout: Right-to-left support for other layout modes (#33375) 2024-09-11 13:40:11 +00:00
root.rs Let table-related boxes adjust their overflow values (#33400) 2024-09-11 15:30:17 +00:00