mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
LibWeb: Implement the <summary> element
This commit is contained in:
parent
870bcd56df
commit
8773122f6b
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/stelar7
Commit: 8773122f6b
Pull-request: https://github.com/SerenityOS/serenity/pull/19232
5 changed files with 104 additions and 1 deletions
|
@ -363,6 +363,7 @@ class HTMLSlotElement;
|
|||
class HTMLSourceElement;
|
||||
class HTMLSpanElement;
|
||||
class HTMLStyleElement;
|
||||
class HTMLSummaryElement;
|
||||
class HTMLTableCaptionElement;
|
||||
class HTMLTableCellElement;
|
||||
class HTMLTableColElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue