LibWeb: Implement the <summary> element

This commit is contained in:
stelar7 2023-06-02 21:08:14 +02:00 committed by Andreas Kling
commit 8773122f6b
Notes: sideshowbarker 2024-07-18 02:13:10 +09:00
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;