servo/components/layout_2020/flow
Martin Robinson 7f13316f24
layout: Collect both start and end baselines for fragments (#31230)
This change starts collecting the starting baseline set for fragments,
which is necessary for some layout modes (flex and tables, namely) as
well as being important for the implementation of `align-items`. In
addition, it converts baseline measurement to use `Au` everywhere.

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-02-05 18:06:05 +00:00
..
construct.rs layout: Shape text only once (#31146) 2024-01-25 14:33:47 +00:00
float.rs layout: Collect both start and end baselines for fragments (#31230) 2024-02-05 18:06:05 +00:00
inline.rs layout: Collect both start and end baselines for fragments (#31230) 2024-02-05 18:06:05 +00:00
line.rs layout: Collect both start and end baselines for fragments (#31230) 2024-02-05 18:06:05 +00:00
mod.rs layout: Collect both start and end baselines for fragments (#31230) 2024-02-05 18:06:05 +00:00
root.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
text_run.rs layout: Shape text only once (#31146) 2024-01-25 14:33:47 +00:00