Andreas Kling
07ccaa1934
LibWeb: Teach line layout to collapse whitespace across fragments
...
This kind of HTML now produces a single piece of whitespace:
<span> </span> <span> </span> <span> </span>
We achieve this by checking if the last fragment on the last line ends
in whitespace. If so, we either don't add a fragment at all (for the
current chunk) or we simply skip over all whitespace at the head of
the current chunk (instead of collapsing it to a single ' '.)
2020-06-13 15:03:16 +02:00
..
2020-06-12 13:44:11 +02:00
2020-06-12 13:44:11 +02:00
2020-06-13 12:49:20 +02:00
2020-06-12 14:20:07 +02:00
2020-06-12 14:20:07 +02:00
2020-06-10 10:59:04 +02:00
2020-05-26 22:02:27 +02:00
2020-05-26 22:02:27 +02:00
2020-06-10 10:46:57 +02:00
2020-05-26 22:02:27 +02:00
2020-06-12 14:20:07 +02:00
2020-06-10 10:59:04 +02:00
2020-06-12 21:28:55 +02:00
2020-06-05 23:36:02 +02:00
2020-06-10 10:46:57 +02:00
2020-05-26 22:02:27 +02:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-06-10 10:46:57 +02:00
2020-05-26 22:02:27 +02:00
2020-06-10 10:59:04 +02:00
2020-03-07 10:32:51 +01:00
2020-06-12 14:20:07 +02:00
2020-06-12 14:20:07 +02:00
2020-03-07 10:32:51 +01:00
2020-06-12 15:24:33 +02:00
2020-06-05 23:36:02 +02:00
2020-05-27 19:52:18 +02:00
2020-05-26 22:02:27 +02:00
2020-06-13 00:10:52 +02:00
2020-06-13 00:10:52 +02:00
2020-06-13 00:12:23 +02:00
2020-06-13 00:12:23 +02:00
2020-06-13 00:12:23 +02:00
2020-06-13 00:12:23 +02:00
2020-06-13 15:03:16 +02:00
2020-05-26 22:02:27 +02:00
2020-06-06 22:15:17 +02:00
2020-03-07 10:32:51 +01:00
2020-06-10 10:46:57 +02:00
2020-06-05 21:50:03 +02:00
2020-06-13 15:03:16 +02:00
2020-06-13 15:03:16 +02:00
2020-06-13 15:03:16 +02:00
2020-06-13 15:03:16 +02:00