mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-20 12:27:42 +00:00
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.
11 KiB
11 KiB