mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02: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.
2.5 KiB
2.5 KiB