mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
This change modifies `LineBreaker` to properly handle `word-break: keep-all` by adjusting the arguments passed to `icu_segmenter::LineSegmenter`. - [CSS specification](https://drafts.csswg.org/css-text/#valdef-word-break-keep-all) - Stylo PR : servo/stylo#289 Testing: Created a WPT test for this change, specifically: `tests/wpt/tests/css/css-text/word-break/word-break-keep-all-011.html`. Fixes: #42047 --------- Signed-off-by: Richard Tjokroutomo <richard.tjokro2@gmail.com>