mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Add all HTML elements between S and V
This commit is contained in:
parent
1fbe4b2a2f
commit
be5a62d5d7
Notes:
sideshowbarker
2024-07-19 04:07:38 +09:00
Author: https://github.com/Lubrsi
Commit: be5a62d5d7
Pull-request: https://github.com/SerenityOS/serenity/pull/3059
Issue: https://github.com/SerenityOS/serenity/issues/2905
42 changed files with 1275 additions and 0 deletions
5
Libraries/LibWeb/HTML/HTMLTableSectionElement.idl
Normal file
5
Libraries/LibWeb/HTML/HTMLTableSectionElement.idl
Normal file
|
@ -0,0 +1,5 @@
|
|||
interface HTMLTableSectionElement : HTMLElement {
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue