servo/components/layout_2020/tests
Martin Robinson 6d73832009
layout: Do whitespace collapse during breaking and shaping (#31322)
This moves white space collapse to right before breaking and shaping
happens, which is more similar to what happens in legacy layout. This is
the first step toward making this procedure more efficient (avoiding
string copies) and also implementing support for `text-transform`.

Co-authored-by: Rakhi Sharma <atbrakhi@igalia.com>
2024-02-13 23:08:00 +00:00
..
floats.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
tables.rs layout: Add *very* basic support for table layout (#31121) 2024-01-19 13:20:20 +00:00
text.rs layout: Do whitespace collapse during breaking and shaping (#31322) 2024-02-13 23:08:00 +00:00