mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 02:16:39 +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.
6.2 KiB
6.2 KiB