1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:57:34 +00:00

LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classes

We'll need a place to implement the various presentational attributes
for table parts, and more stuff.
This commit is contained in:
Andreas Kling 2020-06-07 23:10:45 +02:00
parent 3654710c41
commit 10851d87a2
8 changed files with 269 additions and 0 deletions

View file

@ -55,6 +55,9 @@ set(SOURCES
DOM/HTMLLinkElement.cpp
DOM/HTMLScriptElement.cpp
DOM/HTMLStyleElement.cpp
DOM/HTMLTableElement.cpp
DOM/HTMLTableCellElement.cpp
DOM/HTMLTableRowElement.cpp
DOM/HTMLTitleElement.cpp
DOM/ImageData.cpp
DOM/Node.cpp