mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:38:11 +00:00
![]() This patch makes StyleProperties heap-allocated and ref-counted so that a LayoutNode can be without one. The ref-counting also allows anonymous blocks to share style with their parent block. LayoutText never needs a StyleProperties, since text always inherits style from its parent element. This is handled by style_properties(). |
||
---|---|---|
.. | ||
CSS | ||
DOM | ||
Layout | ||
Parser | ||
Scripts | ||
Dump.cpp | ||
Dump.h | ||
HtmlView.cpp | ||
HtmlView.h | ||
install.sh | ||
Makefile | ||
Makefile.host | ||
Makefile.shared | ||
RenderingContext.h | ||
TreeNode.h |