Andreas Kling
6242459c0f
LibHTML: Implement the <br> element for line breaking
...
The <br> element will produce a special LayoutBreak node in the layout
tree, which forces a break in the line layout whenever encountered.
This patch also makes LayoutBlock use the current line-height as the
minimum effective height for each line box. This ensures that having
multiple <br> elements in a row doesn't create 0-height line boxes.
2019-10-12 13:47:49 +02:00
..
2019-10-12 13:02:38 +02:00
2019-10-09 18:54:34 +02:00
2019-10-09 20:17:01 +02:00
2019-10-09 20:17:01 +02:00
2019-10-11 23:16:53 +02:00
2019-10-07 10:56:44 +02:00
2019-10-12 13:47:49 +02:00
2019-10-12 13:02:38 +02:00
2019-09-29 11:59:38 +02:00
2019-10-06 20:38:26 +02:00
2019-10-09 21:25:29 +02:00
2019-10-09 21:25:29 +02:00
2019-10-08 15:35:05 +02:00
2019-10-06 20:47:57 +02:00
2019-10-12 13:47:49 +02:00
2019-10-12 13:47:49 +02:00
2019-09-29 11:59:38 +02:00
2019-10-06 20:38:26 +02:00
2019-10-08 15:35:05 +02:00
2019-10-04 21:14:59 +02:00
2019-09-29 16:24:57 +02:00
2019-10-06 20:47:57 +02:00
2019-09-29 12:26:15 +02:00
2019-09-29 12:26:15 +02:00
2019-10-01 20:50:11 +02:00
2019-10-01 20:50:11 +02:00
2019-09-29 16:24:57 +02:00
2019-10-06 20:38:26 +02:00
2019-10-08 19:37:15 +02:00
2019-10-06 14:33:00 +02:00
2019-10-09 10:39:28 +02:00
2019-10-07 19:06:47 +02:00
2019-09-29 17:45:42 +02:00
2019-09-29 17:45:42 +02:00
2019-09-29 16:24:57 +02:00
2019-10-06 20:47:57 +02:00
2019-10-09 20:17:01 +02:00
2019-10-09 20:17:01 +02:00
2019-10-05 23:29:01 +02:00
2019-10-07 10:56:44 +02:00