LibWeb: Add all HTML elements between L and Q

This commit is contained in:
Luke 2020-08-01 03:05:43 +01:00 committed by Andreas Kling
commit 1fbe4b2a2f
Notes: sideshowbarker 2024-07-19 04:07:42 +09:00
61 changed files with 1815 additions and 0 deletions

View file

@ -4,5 +4,7 @@ interface HTMLObjectElement : HTMLElement {
[Reflect] attribute DOMString type;
[Reflect] attribute DOMString name;
[Reflect=usemap] attribute DOMString useMap;
[Reflect] attribute DOMString width;
[Reflect] attribute DOMString height;
}