1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +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

@ -363,6 +363,7 @@ class HTMLSlotElement;
class HTMLSourceElement;
class HTMLSpanElement;
class HTMLStyleElement;
class HTMLSummaryElement;
class HTMLTableCaptionElement;
class HTMLTableCellElement;
class HTMLTableColElement;