servo/components/layout_2020/flow
Martin Robinson bae9f6d844
layout: Linebreak the entire InlineFormattingContext at once (#32483)
Instead of linebreaking inside each single-font text segment, linebreak
the entire inline formatting context at once. This has several benefits:

1. It allows us to use `icu_segmenter` (already in use from style),
   which is written against a newer version of the Unicode spec --
   preventing breaking emoji clusters.
2. Opens up the possibility of changing the way that linebreaking and
   shaping work -- eventually allowing shaping across inline box
   boundaries and line breaking *after* shaping.

Co-authored-by: Rakhi Sharma <atbrakhi@igalia.com>
2024-06-13 20:12:14 +00:00
..
inline layout: Linebreak the entire InlineFormattingContext at once (#32483) 2024-06-13 20:12:14 +00:00
construct.rs layout: Add a InlineFormattingContextBuilder (#32415) 2024-06-03 14:46:53 +00:00
float.rs tables: Add a naive implementation of border-collapse (#32309) 2024-05-18 08:24:23 +00:00
mod.rs layout: Add a InlineFormattingContextBuilder (#32415) 2024-06-03 14:46:53 +00:00
root.rs compositor: Move WebRender-ish messages and types to webrender_traits (#32315) 2024-05-20 10:35:18 +00:00