mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
5
Libraries/LibWeb/HTML/HTMLBaseElement.idl
Normal file
5
Libraries/LibWeb/HTML/HTMLBaseElement.idl
Normal file
@@ -0,0 +1,5 @@
|
||||
interface HTMLBaseElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString target;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user