LibWeb: Add all HTML elements between A and F

This commit is contained in:
Luke
2020-08-01 03:04:26 +01:00
committed by Andreas Kling
parent a86ce7eaca
commit b90a91da4a
Notes: sideshowbarker 2024-07-19 04:07:47 +09:00
42 changed files with 1275 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
interface HTMLFieldSetElement : HTMLElement {
readonly attribute DOMString type;
}