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
commit be5a62d5d7
Notes: sideshowbarker 2024-07-19 04:07:38 +09:00
42 changed files with 1275 additions and 0 deletions

View file

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