1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

LibWeb: Move table grid slots functionality to separate module

This commit is contained in:
Andi Gallo 2023-08-20 03:08:38 +00:00 committed by Alexander Kalenik
parent 6367b6a3d0
commit 4c0816b002
5 changed files with 219 additions and 143 deletions

View file

@ -445,6 +445,7 @@ set(SOURCES
Layout/SVGSVGBox.cpp
Layout/SVGTextBox.cpp
Layout/TableFormattingContext.cpp
Layout/TableGrid.cpp
Layout/TableWrapper.cpp
Layout/TextNode.cpp
Layout/TreeBuilder.cpp