1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 14:05:07 +00:00
serenity/Userland/Libraries/LibWeb/Painting
Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer
There's a subtle difference here. A "block box" in the spec is a
block-level box, while a "block container" is a box whose children are
either all inline-level boxes in an IFC, or all block-level boxes
participating in a BFC.

Notably, an "inline-block" box is a "block container" but not a "block
box" since it is itself inline-level.
2021-10-06 20:10:36 +02:00
..
BackgroundPainting.cpp LibWeb: Move background painting from Box to its own file 2021-09-19 22:53:35 +02:00
BackgroundPainting.h LibWeb: Move background painting from Box to its own file 2021-09-19 22:53:35 +02:00
BorderPainting.cpp Libraries: Fix typos 2021-10-01 01:06:40 +01:00
BorderPainting.h LibWeb: Move border-painting code out of Box 2021-09-19 22:53:35 +02:00
PaintContext.h LibWeb: Clear SVG context after SVGSVGBox children are painted 2021-08-05 20:17:08 +02:00
ShadowPainting.cpp LibWeb: Move box-shadow painting out of Box to its own file 2021-09-19 22:53:35 +02:00
ShadowPainting.h LibWeb: Move box-shadow painting out of Box to its own file 2021-09-19 22:53:35 +02:00
StackingContext.cpp LibWeb: Rename Layout::BlockBox => BlockContainer 2021-10-06 20:10:36 +02:00
StackingContext.h LibWeb: Draw elements with opacity in a separate stacking context 2021-07-24 22:02:28 +04:30