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:
parent
3654710c41
commit
10851d87a2
8 changed files with 269 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue