Andreas Kling
cfab53903f
LibWeb: Separate layout tree rendering into phases
...
CSS defines a very specific paint order. This patch starts steering us
towards respecting that by introducing the PaintPhase enum with values:
- Background
- Border
- Foreground
- Overlay (internal overlays used by inspector)
Basically, to get the right visual result, we have to render the page
multiple times, going one phase at a time.
2020-06-18 18:57:35 +02:00
..
2020-06-12 13:44:11 +02:00
2020-06-12 13:44:11 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-05-26 22:02:27 +02:00
2020-05-26 22:02:27 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +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-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00
2020-03-07 10:32:51 +01:00
2020-06-14 19:01:54 +02:00
2020-06-14 19:01:54 +02:00
2020-06-14 19:06:02 +02:00
2020-06-14 19:06:02 +02:00
2020-06-13 00:10:52 +02:00
2020-06-13 00:10:52 +02:00
2020-06-13 15:30:27 +02:00
2020-06-13 15:30:27 +02:00
2020-06-14 19:01:54 +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-18 18:57:35 +02:00
2020-06-18 18:57:35 +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
2020-06-18 18:57:35 +02:00
2020-06-18 18:57:35 +02:00