servo/components/layout_2020/flow
Oriol Brufau b77ec08ab6
Ignore spaces before atomic inline for the min-content size (#31896)
* Ignore spaces before atomic inline for the min-content size

For the min-content size we should wrap lines wherever is possible,
so wrappable spaces shouldn't increase the length of the line,
they will just be removed or hang at the end of the line.

* Add a clarifying comment

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2024-03-27 16:46:54 +00:00
..
construct.rs Allow finishing anonymous inline-table at the end of inline elements (#31650) 2024-03-14 09:58:00 +00:00
float.rs layout: use Au in BoxFragment (#31794) 2024-03-22 04:30:39 +00:00
inline.rs Ignore spaces before atomic inline for the min-content size (#31896) 2024-03-27 16:46:54 +00:00
line.rs layout: use Au in BoxFragment (#31794) 2024-03-22 04:30:39 +00:00
mod.rs layout: use Au in BoxFragment (#31794) 2024-03-22 04:30:39 +00:00
root.rs dependencies: Upgrade to WebRender 0.64 (#31486) 2024-03-14 17:40:54 +00:00
text_run.rs Obey white-space when intrinsically sizing an IFC (#31660) 2024-03-15 12:45:23 +00:00