1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 21:45:08 +00:00

LibWeb: Add all HTML elements between S and V

This commit is contained in:
Luke 2020-08-01 03:07:00 +01:00 committed by Andreas Kling
parent 1fbe4b2a2f
commit be5a62d5d7
42 changed files with 1275 additions and 0 deletions

View file

@ -0,0 +1,5 @@
interface HTMLTableSectionElement : HTMLElement {
}