1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 03:58:12 +00:00
serenity/Libraries/LibWeb/Painting
Andreas Kling 6f28f08096 LibWeb: Add LayoutStyle, a place to store style info for layout & paint
StyleProperties is really only the specified "input" to what eventually
becomes the used/computed style we use for layout and painting.

Unlike StyleProperties, LayoutStyle will have strongly typed values for
everything it contains (i.e no CSS::ValueID or strings, etc.)

This first patch moves z-index into LayoutStyle.
2020-06-24 16:49:51 +02:00
..
PaintContext.h LibWeb: Rename LayoutNode::render() to paint() 2020-06-18 21:37:20 +02:00
StackingContext.cpp LibWeb: Add LayoutStyle, a place to store style info for layout & paint 2020-06-24 16:49:51 +02:00
StackingContext.h LibWeb: Move StackingContext from Layout/ to Painting/ 2020-06-18 21:42:19 +02:00