ladybird/Userland/Libraries/LibWeb/Painting
Timothy Flynn 227ccfc61a LibWeb: Paint an element's foreground before painting its children
The current implementation is missing the emphasized text of the
following rule in the painting order spec:

    7. Otherwise: *first for the element*, then for all its in-flow,
       non-positioned, block-level descendants in tree order...

This ensures the foreground is painted for the current element before
descending into its children.
2021-05-11 18:03:21 +02:00
..
BorderPainting.cpp LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
BorderPainting.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PaintContext.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StackingContext.cpp LibWeb: Paint an element's foreground before painting its children 2021-05-11 18:03:21 +02:00
StackingContext.h LibWeb: Make painting order more spec-compliant 2021-05-07 22:27:48 +02:00