servo/components/layout_2020/flow
Martin Robinson bd632fc814
layout: Add support for object-fit and object-position (#33479)
This also makes a couple small improvements:
 - Rename `IntrinsicSizes` to `NaturalSizes` which reflects more
   modern spec language.
 - Move the conversion of Stylo's `ImageRendering` to WebRender's
   version to a `ToWebRender` trait implementation.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-09-18 06:20:28 +00:00
..
inline layout: Add support for object-fit and object-position (#33479) 2024-09-18 06:20:28 +00:00
construct.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
float.rs layout: Add support for object-fit and object-position (#33479) 2024-09-18 06:20:28 +00:00
mod.rs layout: Add support for object-fit and object-position (#33479) 2024-09-18 06:20:28 +00:00
root.rs Replace .map_or(false with Option::is_some_and (#33468) 2024-09-16 10:03:52 +00:00