servo/components/layout_2020/flow
Oriol Brufau fa8752df6a
Fix precision issue with line heights (#33438)
When computing the ascent and descent in an inline formatting context,
we weren't taking into account that app units have precision limitations.
Therefore, in some cases we were getting a line height that was slightly
taller than the value specified in `line-height`.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2024-09-13 16:56:14 +00:00
..
inline Fix precision issue with line heights (#33438) 2024-09-13 16:56:14 +00:00
construct.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
float.rs uses app units in display_list (#33420) 2024-09-13 10:49:59 +00:00
mod.rs uses app units in display_list (#33420) 2024-09-13 10:49:59 +00:00
root.rs Let table-related boxes adjust their overflow values (#33400) 2024-09-11 15:30:17 +00:00