Files
servo/components/layout/flow/inline
Oriol Brufau cbe6b03c5b layout: Take floats into account for the intrinsic sizes of an inline FC (#41513)
The computation of the min-content and max-content sizes of an inline
formatting context was ignoring floated contents.

Now we will take them into account.

Testing: One test is now passing. Note there isn't much test coverage
because there is no spec, and browsers aren't fully interoperable. More
tests should be added as part of
https://github.com/w3c/csswg-drafts/issues/9120
Fixes: #3923

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-12-25 22:40:24 +00:00
..