1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

LibWeb: Implement the <summary> element

This commit is contained in:
stelar7 2023-06-02 21:08:14 +02:00 committed by Andreas Kling
parent 870bcd56df
commit 8773122f6b
5 changed files with 104 additions and 1 deletions

View file

@ -305,6 +305,7 @@ set(SOURCES
HTML/HTMLSourceElement.cpp
HTML/HTMLSpanElement.cpp
HTML/HTMLStyleElement.cpp
HTML/HTMLSummaryElement.cpp
HTML/HTMLTableCaptionElement.cpp
HTML/HTMLTableCellElement.cpp
HTML/HTMLTableColElement.cpp